mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
deps: bump wasm-bindgen-futures from 0.4.36 to 0.4.37
Pull-Request: #4082.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -5285,9 +5285,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-bindgen-futures"
|
name = "wasm-bindgen-futures"
|
||||||
version = "0.4.36"
|
version = "0.4.37"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
@@ -23,7 +23,7 @@ log = "0.4"
|
|||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
smallvec = "1.6.1"
|
smallvec = "1.6.1"
|
||||||
void = "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
|
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
multistream-select = { workspace = true }
|
multistream-select = { workspace = true }
|
||||||
|
@@ -16,7 +16,7 @@ js-sys = "0.3.64"
|
|||||||
libp2p-core = { workspace = true }
|
libp2p-core = { workspace = true }
|
||||||
send_wrapper = "0.6.0"
|
send_wrapper = "0.6.0"
|
||||||
wasm-bindgen = "0.2.87"
|
wasm-bindgen = "0.2.87"
|
||||||
wasm-bindgen-futures = "0.4.36"
|
wasm-bindgen-futures = "0.4.37"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
websocket = []
|
websocket = []
|
||||||
|
Reference in New Issue
Block a user