Skip to content

Commit 06e3f0a

Browse files
Merge pull request #6394 from deltachat/dependabot/cargo/tokio-stream-0.1.17
2 parents 74d586e + bf4e11c commit 06e3f0a

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
@@ -102,7 +102,7 @@ textwrap = "0.16.1"
102102
thiserror = { workspace = true }
103103
tokio-io-timeout = "1.2.0"
104104
tokio-rustls = { version = "0.26.0", default-features = false }
105-
tokio-stream = { version = "0.1.16", features = ["fs"] }
105+
tokio-stream = { version = "0.1.17", features = ["fs"] }
106106
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
107107
tokio-util = { workspace = true }
108108
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)