Skip to content

Commit

Permalink
Bump tokio-stream from 0.1.12 to 0.1.14 in /cmd/zfs_object_agent (ope…
Browse files Browse the repository at this point in the history
…nzfs#842)

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.12...tokio-0.1.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2023
1 parent 7df2eb9 commit 0704c47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/zfs_object_agent/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 cmd/zfs_object_agent/zettacache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde = { version = "1.0.159", features = ["derive", "rc"] }
serde_json = "1.0.95"
sysinfo = "0.28.4"
tokio = { version = "1.28", features = ["full"] }
tokio-stream = "0.1.12"
tokio-stream = "0.1.14"
util = { path = "../util" }
uuid = {version = "1.0.0", features = ["v4", "serde"]}
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/zettaobject/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde_json = "1.0.95"
serde-xml-rs = "0.6.0"
stream-reduce = "0.1.0"
tokio = { version = "1.28", features = ["full"] }
tokio-stream = "0.1.12"
tokio-stream = "0.1.14"
url = "2.3"
util = { path = "../util" }
uuid = {version = "1.0.0", features = ["v4", "serde"]}
Expand Down

0 comments on commit 0704c47

Please sign in to comment.