diff --git a/Cargo.lock b/Cargo.lock index 2e68c56..594089a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3172,9 +3172,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" +checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 9e30d5b..dcf4bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ schemars = "1.2" # Structured logging tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -rust_decimal = { version = "1.41", features = ["serde-float"] } +rust_decimal = { version = "1.42", features = ["serde-float"] } anyhow = "1.0" thiserror = "2.0" dotenv = "0.15"