Skip to content

Commit

Permalink
chore(deps): Bump tokio-stream from 0.1.15 to 0.1.16
Browse files Browse the repository at this point in the history
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.15 to 0.1.16.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16)

---
updated-dependencies:
- dependency-name: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alilleybrinker committed Sep 16, 2024
1 parent 0b42013 commit 495b0bf
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 @@ -120,7 +120,7 @@ tokio = { version = "1.40.0", features = [
"sync",
"time",
] }
tokio-stream = "0.1.15"
tokio-stream = "0.1.16"
toml = "0.8.19"
tonic = "0.12.2"
thiserror = "1.0.63"
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 @@ -14,7 +14,7 @@ prost = "0.13.2"
rand = "0.8.5"
serde_json = "1.0.125"
tokio = { version = "1.40.0", features = ["rt"] }
tokio-stream = "0.1.15"
tokio-stream = "0.1.16"
tonic = "0.12.2"

[build-dependencies]
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 @@ -15,7 +15,7 @@ rand = "0.8.5"
serde_json = "1.0.125"
sha2 = "0.10.8"
tokio = { version = "1.40.0", features = ["rt"] }
tokio-stream = "0.1.15"
tokio-stream = "0.1.16"
tonic = "0.12.2"

[build-dependencies]
Expand Down

0 comments on commit 495b0bf

Please sign in to comment.