Skip to content

Commit d899cc7

Browse files
chore(cargo): bump tokio-stream from 0.1.15 to 0.1.16
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] <support@github.com>
1 parent 9c931c2 commit d899cc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ textwrap = "0.16.1"
100100
thiserror = { workspace = true }
101101
tokio-io-timeout = "1.2.0"
102102
tokio-rustls = { version = "0.26.0", default-features = false }
103-
tokio-stream = { version = "0.1.15", features = ["fs"] }
103+
tokio-stream = { version = "0.1.16", features = ["fs"] }
104104
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
105105
tokio-util = { workspace = true }
106106
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)