From 52748cacb134c1714dc899524e96c157e76c4b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:34:58 +0000 Subject: [PATCH] build(deps): update yew requirement from 0.20 to 0.21 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](https://github.com/yewstack/yew/compare/yew-v0.20.0...yew-v0.21.0) --- updated-dependencies: - dependency-name: yew dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 2fead55..907cfee 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml @@ -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"] }