From 64e7b2c03ce76e6ba059f6da29a2aca4a616c8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:10:46 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to ^1.36.0 --- auctioning_platform/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] }