diff --git a/auctioning_platform/Cargo.toml b/auctioning_platform/Cargo.toml index c275bdd..e2e613c 100644 --- a/auctioning_platform/Cargo.toml +++ b/auctioning_platform/Cargo.toml @@ -13,7 +13,7 @@ axum = { version = "0.7", default-features = false, features = ["tokio"] } chrono = "0.4.35" reqwest = { version = "0.11.16", default-features = false } rstest = "0.15.0" -rust_decimal = "1.25.0" +rust_decimal = "1.34.3" tokio = { version = "^1.25", default-features = false, features = [ "macros", "rt-multi-thread",