Skip to content

Commit 400786a

Browse files
Update Rust crate tokio to 1.27.0 (#15)
1 parent d8ede7a commit 400786a

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 = "1.12.0"
1717
async-std = { version = "1.6.0", features = [ "attributes" ], optional = true }
1818
smol = { version = "1.3.0", optional = true }
1919
smol-potat = { version = "1.1.2", optional = true }
20-
tokio = { version = "1.13.0", optional = true, features = ["full", "test-util"] }
20+
tokio = { version = "1.27.0", optional = true, features = ["full", "test-util"] }
2121
async-compat = { version = "0.2.1", optional = true }
2222
tokio-stream = { version = "0.1.8", optional = true, default-features = false, features = ["fs"] }
2323

0 commit comments

Comments
 (0)