diff --git a/Cargo.lock b/Cargo.lock index 22e603d1..57eed861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,9 +2212,9 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rust_decimal" -version = "1.37.2" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b203a6425500a03e0919c42d3c47caca51e79f1132046626d2c8871c5092035d" +checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 5250d606..2db06135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ default-features = false features = ["std"] [dependencies.rust_decimal] -version = "1.37.2" +version = "1.38.0" default-features = false features = ["std"]