diff --git a/Cargo.lock b/Cargo.lock index e4429f37203..f553def31fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bigdecimal" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06619be423ea5bb86c95f087d5707942791a08a85530df0db2209a3ecfb8bc9" +checksum = "9324c8014cd04590682b34f1e9448d38f0674d0f7b2dc553331016ef0e4e9ebc" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index 7970130974c..d1997dd9488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ aws-sdk-sqs = "=1.15.0" axum = { version = "=0.7.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.2", features = ["cookie-signed", "typed-header"] } base64 = "=0.22.0" -bigdecimal = "=0.4.2" +bigdecimal = "=0.4.3" cargo-manifest = "=0.13.0" crates_io_cdn_logs = { path = "crates_io_cdn_logs" } crates_io_env_vars = { path = "crates_io_env_vars" }