deps: bump wasm-bindgen-futures from 0.4.36 to 0.4.37

Pull-Request: #4082.
This commit is contained in:
dependabot[bot]
2023-06-21 13:12:22 +00:00
committed by GitHub
parent f8b3998661
commit 59d17c206d
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -5285,9 +5285,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.36"
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
dependencies = [
"cfg-if 1.0.0",
"js-sys",

View File

@@ -23,7 +23,7 @@ log = "0.4"
rand = "0.8"
smallvec = "1.6.1"
void = "1"
wasm-bindgen-futures = { version = "0.4.36", optional = true }
wasm-bindgen-futures = { version = "0.4.37", optional = true }
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
once_cell = "1.18.0"
multistream-select = { workspace = true }

View File

@@ -16,7 +16,7 @@ js-sys = "0.3.64"
libp2p-core = { workspace = true }
send_wrapper = "0.6.0"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.36"
wasm-bindgen-futures = "0.4.37"
[features]
websocket = []