From 2107110af34bee8cfc1161b1bce96f0ff8da9319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:57:04 +0000 Subject: [PATCH] chore(deps): Bump tokio from 1.39.3 to 1.40.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/dummy_rand_data/Cargo.toml | 2 +- plugins/dummy_sha256/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a34c6a9..00174e2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2984,9 +2984,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index b7131d41..cd12525d 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -114,7 +114,7 @@ spdx-rs = "0.5.0" tabled = "0.16.0" tar = "0.4.41" term_size = "0.3.2" -tokio = { version = "1.39.3", features = [ +tokio = { version = "1.40.0", features = [ "rt", "rt-multi-thread", "sync", diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index 3e16fa15..2aa366b2 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -12,7 +12,7 @@ indexmap = "2.4.0" prost = "0.13.2" rand = "0.8.5" serde_json = "1.0.125" -tokio = { version = "1.39.2", features = ["rt"] } +tokio = { version = "1.40.0", features = ["rt"] } tokio-stream = "0.1.15" tonic = "0.12.2" diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index 02cf126b..e3c37041 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -13,7 +13,7 @@ prost = "0.13.2" rand = "0.8.5" serde_json = "1.0.125" sha2 = "0.10.8" -tokio = { version = "1.39.2", features = ["rt"] } +tokio = { version = "1.40.0", features = ["rt"] } tokio-stream = "0.1.15" tonic = "0.12.2"