Skip to content

Commit

Permalink
chore(deps): Bump tokio from 1.39.3 to 1.40.0
Browse files Browse the repository at this point in the history
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](tokio-rs/tokio@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mchernicoff committed Sep 4, 2024
1 parent c92bf18 commit 2107110
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2107110

Please sign in to comment.