diff --git a/Cargo.lock b/Cargo.lock index d88f8d8..044070c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,9 +3381,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.22.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37baa70cf8662d2ba1c1868c5983dda16ef32b105cce41fb5c47e72936a90b3" +checksum = "34a3bb58e85333f1ab191bf979104b586ebd77475bc6681882825f4532dfe87c" dependencies = [ "arrayvec 0.7.2", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 6a4b398..55462c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,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 } -rust_decimal = {version = "1.22", features = [ "maths" ] } +rust_decimal = {version = "1.25", features = [ "maths" ] } rust_decimal_macros = "1.22" #error handling diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a837f11..bd25512 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -26,7 +26,7 @@ borsh-derive = "0.9.1" #numerics uint = { version = "=0.9.1", default-features = false } -rust_decimal = {version = "1.22", features = [ "maths" ] } +rust_decimal = {version = "1.25", features = [ "maths" ] } rust_decimal_macros = "1.22" #error handling