Skip to content

Commit 462ddea

Browse files
deps: bump wasm-bindgen-futures from 0.4.33 to 0.4.34
Pull-Request: #3427.
1 parent 75cb9ec commit 462ddea

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
@@ -24,7 +24,7 @@ rand = "0.8"
2424
smallvec = "1.6.1"
2525
thiserror = "1.0"
2626
void = "1"
27-
wasm-bindgen-futures = { version = "0.4.33", optional = true }
27+
wasm-bindgen-futures = { version = "0.4.34", optional = true }
2828
getrandom = { version = "0.2.3", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
2929

3030
[target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies]

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.61"
1616
libp2p-core = { version = "0.39.0", path = "../../core" }
1717
parity-send-wrapper = "0.1.0"
1818
wasm-bindgen = "0.2.42"
19-
wasm-bindgen-futures = "0.4.4"
19+
wasm-bindgen-futures = "0.4.34"
2020

2121
[features]
2222
websocket = []

0 commit comments

Comments
 (0)