Skip to content

Commit

Permalink
chore(deps): bump wasm-bindgen-futures from 0.4.37 to 0.4.38
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: wasm-bindgen-futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 5a9124e commit 050aef5
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 clients/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ js-sys = "0.3.64"
log = "0.4.20"
thiserror = "1.0.50"
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }# serde for serialization from JsValue
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-futures = "0.4.38"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.65", features = ["Storage", "Window"] }

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ web-sys = { version = "0.3.65", features = ["Storage"], optional = true }
[target."cfg(target_arch = \"wasm32\")".dependencies]
getrandom = "0.2.10"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-futures = "0.4.38"
chrono = { version = "0.4.31", default-features = false, features = [] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit 050aef5

Please sign in to comment.