Skip to content

Commit

Permalink
deps: bump wasm-bindgen-futures from 0.4.49 to 0.4.50 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
2 parents fce1196 + e4be069 commit 9a53870
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 18 deletions.
42 changes: 26 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tokio-stream = { default-features = false, version = "0.1.17" }
tokio-util = { default-features = false, version = "0.7.13" }
unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }
void = { default-features = false, version = "1.0.2" }
wasm-bindgen-futures = { version = "0.4.49" }
wasm-bindgen-futures = { version = "0.4.50" }
web-time = "1.1.0"
zeroize = "1.8.1"

Expand Down
2 changes: 1 addition & 1 deletion examples/wasm-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-ipfs = { path = "../.." }
futures = "0.3"
anyhow = "1.0.95"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "0.4.49"
wasm-bindgen-futures = "0.4.50"
web-sys = { version = "0.3", features = ['Document', 'Element', 'HtmlElement', 'Node', 'Response', 'Window'] }
js-sys = "0.3.70"
console_error_panic_hook = "0.1.7"
Expand Down

0 comments on commit 9a53870

Please sign in to comment.