Skip to content

Commit

Permalink
deps: bump wasm-bindgen-futures from 0.4.35 to 0.4.36
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#3968.
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent ba5ca84 commit 61725ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4"
rand = "0.8"
smallvec = "1.6.1"
void = "1"
wasm-bindgen-futures = { version = "0.4.35", optional = true }
wasm-bindgen-futures = { version = "0.4.36", optional = true }
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
once_cell = "1.17.1"
multistream-select = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion transports/wasm-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ js-sys = "0.3.63"
libp2p-core = { workspace = true }
parity-send-wrapper = "0.1.0"
wasm-bindgen = "0.2.86"
wasm-bindgen-futures = "0.4.35"
wasm-bindgen-futures = "0.4.36"

[features]
websocket = []
Expand Down

0 comments on commit 61725ca

Please sign in to comment.