Skip to content

Commit d78a3eb

Browse files
authored
chore(turbo-tasks-fs): upgrade tokio-fs-ext to 0.7.0 (#96)
1 parent 3338a2c commit d78a3eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbopack/crates/turbo-tasks-fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ notify-types = { workspace = true }
5656
notify = { workspace = true }
5757

5858
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
59-
tokio-fs-ext = { version = "0.6.10", features = ["opfs_offload", "opfs_watch"] }
59+
tokio-fs-ext = { version = "0.7.0", features = ["opfs_offload", "opfs_watch"] }
6060

6161
[dev-dependencies]
6262
criterion = { workspace = true, features = ["async_tokio"] }

0 commit comments

Comments
 (0)