Skip to content

Commit 2a5e166

Browse files
committed
chore: update wasm-bindgen to 0.2.101
1 parent e4c9c32 commit 2a5e166

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

Cargo.lock

Lines changed: 19 additions & 18 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
@@ -55,7 +55,7 @@ notify-types = { workspace = true }
5555
notify = { workspace = true }
5656

5757
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
58-
tokio-fs-ext = { version = "0.6.1", features = ["opfs_offload", "opfs_watch"] }
58+
tokio-fs-ext = { version = "0.6.2", features = ["opfs_offload", "opfs_watch"] }
5959

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

turbopack/crates/turbopack-node/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tokio = { workspace = true, features = ["full"] }
5252

5353
# WASM-specific dependencies (since webworker.rs is WASM-only)
5454
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
55-
web-sys = { version = "0.3.77", features = [
55+
web-sys = { version = "0.3.78", features = [
5656
"Worker",
5757
"MessageEvent",
5858
"DedicatedWorkerGlobalScope",
@@ -62,9 +62,9 @@ web-sys = { version = "0.3.77", features = [
6262
"Url",
6363
"console",
6464
] }
65-
wasm-bindgen = "0.2.100"
66-
wasm-bindgen-futures = "0.4.50"
67-
js-sys = "0.3.77"
65+
wasm-bindgen = "0.2.101"
66+
wasm-bindgen-futures = "0.4.51"
67+
js-sys = "0.3.78"
6868
send_wrapper = "0.6"
6969
tokio = { workspace = true, features = ["sync", "io-util"] }
7070

0 commit comments

Comments
 (0)