Skip to content

Commit

Permalink
Update Rust crate futures-lite to 2.3.0 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent d4a0101 commit 0b26fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion async-vfs-os/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
async-vfs = { path = "../async-vfs", version = "^0.56.0" }
cfg-if = "1.0.0"
futures-lite = "2.2.0"
futures-lite = "2.3.0"
async-std = { version = "1.12.0", features = [ "attributes" ], optional = true }
smol = { version = "2.0.0", optional = true }
smol-potat = { version = "1.1.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion async-vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ readme = "../README.md"

[dependencies]
async-trait = "0.1.77"
futures-lite = "2.2.0"
futures-lite = "2.3.0"
thiserror = "1.0.57"

0 comments on commit 0b26fbc

Please sign in to comment.