Skip to content

Commit 0b26fbc

Browse files
Update Rust crate futures-lite to 2.3.0 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4a0101 commit 0b26fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async-vfs-os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
[dependencies]
1414
async-vfs = { path = "../async-vfs", version = "^0.56.0" }
1515
cfg-if = "1.0.0"
16-
futures-lite = "2.2.0"
16+
futures-lite = "2.3.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 }

async-vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ readme = "../README.md"
1212

1313
[dependencies]
1414
async-trait = "0.1.77"
15-
futures-lite = "2.2.0"
15+
futures-lite = "2.3.0"
1616
thiserror = "1.0.57"

0 commit comments

Comments
 (0)