diff --git a/Cargo.lock b/Cargo.lock index f0bb8ba59..8e0704ea9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3261,9 +3261,9 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] name = "uint" -version = "0.9.5" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" dependencies = [ "byteorder", "crunchy", diff --git a/programs/whirlpool/Cargo.toml b/programs/whirlpool/Cargo.toml index 23b60aa7d..bc6df3a77 100644 --- a/programs/whirlpool/Cargo.toml +++ b/programs/whirlpool/Cargo.toml @@ -22,7 +22,7 @@ anchor-lang = { version = "=0.32.1" } anchor-spl = { version = "=0.32.1", features = ["metadata", "memo"] } spl-transfer-hook-interface ={ version = "=0.9.0" } solana-program = { version = "=2.2.1" } -uint = { version = "=0.9.5", default-features = false } +uint = { version = "=0.10.0", default-features = false } arrayref = { version = "=0.3.9" } solana-security-txt = { version = "=1.1.1" } bytemuck = { version = "=1.22.0", features = ["derive", "min_const_generics"] }