Skip to content

Commit 59d17c2

Browse files
deps: bump wasm-bindgen-futures from 0.4.36 to 0.4.37
Pull-Request: #4082.
1 parent f8b3998 commit 59d17c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4"
2323
rand = "0.8"
2424
smallvec = "1.6.1"
2525
void = "1"
26-
wasm-bindgen-futures = { version = "0.4.36", optional = true }
26+
wasm-bindgen-futures = { version = "0.4.37", optional = true }
2727
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
2828
once_cell = "1.18.0"
2929
multistream-select = { workspace = true }

transports/wasm-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ js-sys = "0.3.64"
1616
libp2p-core = { workspace = true }
1717
send_wrapper = "0.6.0"
1818
wasm-bindgen = "0.2.87"
19-
wasm-bindgen-futures = "0.4.36"
19+
wasm-bindgen-futures = "0.4.37"
2020

2121
[features]
2222
websocket = []

0 commit comments

Comments
 (0)