Skip to content

Commit 9978f89

Browse files
Merge pull request #6005 from deltachat/dependabot/cargo/tokio-stream-0.1.16
2 parents dbca15e + d899cc7 commit 9978f89

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)