Skip to content

Commit

Permalink
build(deps): update yew requirement from 0.20 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [yew](https://github.com/yewstack/yew) to permit the latest version.
- [Release notes](https://github.com/yewstack/yew/releases)
- [Changelog](https://github.com/yewstack/yew/blob/master/CHANGELOG.md)
- [Commits](yewstack/yew@yew-v0.20.0...yew-v0.21.0)

---
updated-dependencies:
- dependency-name: yew
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent ce43af5 commit 52748ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ qrcode-generator = "4"
ur = { path = "../.." }
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["Event","EventTarget","InputEvent"] }
yew = { version = "0.20", features = ["csr"] }
yew = { version = "0.21", features = ["csr"] }

0 comments on commit 52748ca

Please sign in to comment.