From 2a143e8178b8a098dee797e53bc165fced653b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 12:13:25 +0000 Subject: [PATCH] Bump uint from 0.9.0 to 0.9.5 Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.0 to 0.9.5. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.9.0...uint-v0.9.5) --- updated-dependencies: - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- token-lending/program/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 286dd03..1d77e4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4597,9 +4597,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "uint" -version = "0.9.0" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" +checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ "byteorder", "crunchy", diff --git a/token-lending/program/Cargo.toml b/token-lending/program/Cargo.toml index b021e02..9436d11 100644 --- a/token-lending/program/Cargo.toml +++ b/token-lending/program/Cargo.toml @@ -21,7 +21,7 @@ spl-token = { version = "3.2.0", features=["no-entrypoint"] } switchboard-program = "0.2.0" switchboard-v2 = { git = "https://github.com/Friktion-Labs/switchboard-v2" } thiserror = "1.0" -uint = "=0.9.0" +uint = "=0.9.5" [dev-dependencies] assert_matches = "1.5.0"