Skip to content

Commit 934f16d

Browse files
Update Rust crate tokio-stream to 0.1.12 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bed85c commit 934f16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-vfs-os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ smol = { version = "1.3.0", optional = true }
1919
smol-potat = { version = "1.1.2", optional = true }
2020
tokio = { version = "1.27.0", optional = true, features = ["full", "test-util"] }
2121
async-compat = { version = "0.2.1", optional = true }
22-
tokio-stream = { version = "0.1.8", optional = true, default-features = false, features = ["fs"] }
22+
tokio-stream = { version = "0.1.12", optional = true, default-features = false, features = ["fs"] }
2323

2424
[features]
2525
runtime-async-std = ["async-std"]

0 commit comments

Comments
 (0)