deps: bump wasm-bindgen-futures from 0.4.33 to 0.4.34

Pull-Request: #3427.
This commit is contained in:
dependabot[bot]
2023-02-17 04:53:54 +00:00
committed by GitHub
parent 75cb9ec0ee
commit 462ddeacb7
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -5222,9 +5222,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-futures" name = "wasm-bindgen-futures"
version = "0.4.33" version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"js-sys", "js-sys",

View File

@ -24,7 +24,7 @@ rand = "0.8"
smallvec = "1.6.1" smallvec = "1.6.1"
thiserror = "1.0" thiserror = "1.0"
void = "1" void = "1"
wasm-bindgen-futures = { version = "0.4.33", optional = true } wasm-bindgen-futures = { version = "0.4.34", optional = true }
getrandom = { version = "0.2.3", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature getrandom = { version = "0.2.3", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
[target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies] [target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies]

View File

@ -16,7 +16,7 @@ js-sys = "0.3.61"
libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-core = { version = "0.39.0", path = "../../core" }
parity-send-wrapper = "0.1.0" parity-send-wrapper = "0.1.0"
wasm-bindgen = "0.2.42" wasm-bindgen = "0.2.42"
wasm-bindgen-futures = "0.4.4" wasm-bindgen-futures = "0.4.34"
[features] [features]
websocket = [] websocket = []