From a39c0e99f8ce2e804bc62d4b7fc4b5850f212c27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:39:35 +0000 Subject: [PATCH] Update Rust crate bigdecimal to v0.4.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ca4afdb8f5..49e0a451938 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,9 +642,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bigdecimal" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" +checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index ca44680630c..49d78abe1ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.6", features = ["cookie-signed", "erased-json", "typed-header"] } base64 = "=0.22.1" -bigdecimal = { version = "=0.4.6", features = ["serde"] } +bigdecimal = { version = "=0.4.7", features = ["serde"] } bon = "=3.3.0" cargo-manifest = "=0.17.0" colored = "=2.1.0"