Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.87 to 0.2.89
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.87 to 0.2.89.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.87...0.2.89)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 94a0959 commit 8dfb106
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 crates/fl-www-agents/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
fl-www-common = { path = "../fl-www-common" }
fl-www-core = { path = "../fl-www-core" }

wasm-bindgen = "0.2.81"
wasm-bindgen = "0.2.89"
wasm-bindgen-futures = "0.4.31"
js-sys = "0.3.58"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion crates/fl-www-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
fl-www-core = { path = "../fl-www-core" }

wasm-bindgen = "0.2.81"
wasm-bindgen = "0.2.89"
wasm-bindgen-futures = "0.4.31"
js-sys = "0.3.58"
# web-sys
Expand Down
2 changes: 1 addition & 1 deletion crates/fl-www/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bounce = { version = "0.8.0", features = ["query", "helmet"] }

yew-query = { path = "../yew-query" }

wasm-bindgen = "0.2.81"
wasm-bindgen = "0.2.89"
wasm-bindgen-futures = "0.4.31"
js-sys = "0.3.58"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion crates/yew-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
typed-builder = "0.10.0"
yew = "0.20.0"

wasm-bindgen = "0.2.81"
wasm-bindgen = "0.2.89"
wasm-bindgen-futures = "0.4.31"
js-sys = "0.3.58"
futures = "0.3.21"
Expand Down

0 comments on commit 8dfb106

Please sign in to comment.