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"