From 03e755dfdd46a332f528c16313fd0184c9437dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:41:10 +0000 Subject: [PATCH] Bump tokio from 1.28.0 to 1.28.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.0 to 1.28.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cded5c7..00b895a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4554,9 +4554,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.28.0" +version = "1.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" +checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" dependencies = [ "autocfg", "bytes 1.4.0", diff --git a/Cargo.toml b/Cargo.toml index a6b3a04..4904af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ version = "2.33.1" optional = true [dependencies.tokio] -version = "=1.28.0" +version = "=1.28.2" optional = true features = ["rt-multi-thread", "macros", "net", "time"] @@ -183,7 +183,7 @@ wasm-bindgen-futures = "0.4.5" [dev-dependencies] anyhow = "1.0.68" serial_test = "0.5.1" -tokio = { version = "=1.28.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "=1.28.2", features = ["macros", "rt-multi-thread"] } ################################################################### target specific dev dependencies [target.'cfg(target_arch = "wasm32")'.dev-dependencies]