From 8c5aed46dce1293c39c9e8777370531d9b0bcadc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:03:38 +0000 Subject: [PATCH] fix(deps): update rust crate rust_decimal to 1.34.3 --- auctioning_platform/foundation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/foundation/Cargo.toml b/auctioning_platform/foundation/Cargo.toml index 3b5de56..e783a71 100644 --- a/auctioning_platform/foundation/Cargo.toml +++ b/auctioning_platform/foundation/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rust_decimal = "1.25.0" +rust_decimal = "1.34.3" [dev-dependencies] rstest = "0.15.0"