From 464167da0fde0099cd682fcd221626694d76a3cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:49:30 +0000 Subject: [PATCH] Update Rust crate tokio to 1.33 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- misc/test-client/Cargo.lock | 4 ++-- misc/test-client/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c023aab..3382357b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2613,9 +2613,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index edfdd8a3..f9a51c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ sta-rs = "0.2.2" actix-web = "4" env_logger = "0.10" log = "0.4" -tokio = { version = "1.32", features = ["full"] } +tokio = { version = "1.33", features = ["full"] } futures = "0.3" futures-core = "0.3" dotenvy = "0.15" diff --git a/misc/test-client/Cargo.lock b/misc/test-client/Cargo.lock index d5adcfb0..522a881c 100644 --- a/misc/test-client/Cargo.lock +++ b/misc/test-client/Cargo.lock @@ -1385,9 +1385,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/misc/test-client/Cargo.toml b/misc/test-client/Cargo.toml index b7de348c..362336f0 100644 --- a/misc/test-client/Cargo.toml +++ b/misc/test-client/Cargo.toml @@ -9,7 +9,7 @@ base64 = "0.21" rand = "0.8" clap = { version = "4.3", features = ["derive"] } reqwest = "0.11" -tokio = { version = "1.32", features = ["full"] } +tokio = { version = "1.33", features = ["full"] } futures = "0.3" csv = "1.3"