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