Skip to content

Commit 6681af4

Browse files
Update Rust crate tokio to 1.36.0 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0346be9 commit 6681af4

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
@@ -17,7 +17,7 @@ futures-lite = "2.2.0"
1717
async-std = { version = "1.12.0", features = [ "attributes" ], optional = true }
1818
smol = { version = "2.0.0", optional = true }
1919
smol-potat = { version = "1.1.2", optional = true }
20-
tokio = { version = "1.35.1", optional = true, features = ["full", "test-util"] }
20+
tokio = { version = "1.36.0", optional = true, features = ["full", "test-util"] }
2121
async-compat = { version = "0.2.3", optional = true }
2222
tokio-stream = { version = "0.1.14", optional = true, default-features = false, features = ["fs"] }
2323

0 commit comments

Comments
 (0)