diff --git a/Cargo.lock b/Cargo.lock index 4cf9d6d92c..1e2ad3b8e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,9 +880,9 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bigdecimal" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013" +checksum = "560f42649de9fa436b73517378a147ec21f6c997a546581df4b4b31677828934" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index 09818f1381..528b983087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] } axum-extra = { version = "=0.10.3", features = ["erased-json", "query", "typed-header"] } base64 = "=0.22.1" -bigdecimal = { version = "=0.4.8", features = ["serde"] } +bigdecimal = { version = "=0.4.9", features = ["serde"] } bon = "=3.8.1" cargo-manifest = "=0.19.1" colored = "=3.0.0"