From e1dbfcee25076f61c56045d26603203a680f3a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 02:05:51 +0000 Subject: [PATCH] Bump uint from 0.9.1 to 0.9.5 Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.1 to 0.9.5. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.9.1...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 ++-- Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d88f8d8..5fa1b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5812,9 +5812,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" -version = "0.9.1" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f" +checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ "byteorder", "crunchy", diff --git a/Cargo.toml b/Cargo.toml index 6a4b398..d68d421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ borsh-derive = "0.9.1" #numerics # This must be pinned to 0.9.1 until Solana's Rust fork supports Rust >=1.56.1 -uint = { version = "=0.9.1", default-features = false } +uint = { version = "=0.9.5", default-features = false } rust_decimal = {version = "1.22", features = [ "maths" ] } rust_decimal_macros = "1.22" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a837f11..54c5f8f 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -25,7 +25,7 @@ borsh = { version = "0.9.1", features = ["const-generics"] } borsh-derive = "0.9.1" #numerics -uint = { version = "=0.9.1", default-features = false } +uint = { version = "=0.9.5", default-features = false } rust_decimal = {version = "1.22", features = [ "maths" ] } rust_decimal_macros = "1.22"