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"