From 56b3ac8c8f378be8447e220e3d35b154e264ec03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:34:08 +0000 Subject: [PATCH] Update Rust crate bigdecimal to v0.4.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ee5f7c5e87..a34085f0ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bigdecimal" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" +checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index 81740c0a216..82d2223ab85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ aws-sdk-sqs = "=1.47.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"] } base64 = "=0.22.1" -bigdecimal = { version = "=0.4.5", features = ["serde"] } +bigdecimal = { version = "=0.4.6", features = ["serde"] } bon = "=2.3.0" cargo-manifest = "=0.15.2" colored = "=2.1.0"