Skip to content

Commit d8ede7a

Browse files
Update Rust crate smol to 1.3.0 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eef1380 commit d8ede7a

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
@@ -15,7 +15,7 @@ async-vfs = { path = "../async-vfs", version = "^0.56.0" }
1515
cfg-if = "1.0.0"
1616
futures-lite = "1.12.0"
1717
async-std = { version = "1.6.0", features = [ "attributes" ], optional = true }
18-
smol = { version = "1.2.5", optional = true }
18+
smol = { version = "1.3.0", optional = true }
1919
smol-potat = { version = "1.1.2", optional = true }
2020
tokio = { version = "1.13.0", optional = true, features = ["full", "test-util"] }
2121
async-compat = { version = "0.2.1", optional = true }

0 commit comments

Comments
 (0)