From 6c42315e9039fdddc8d193139ab2a5256cf977bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:48:56 +0000 Subject: [PATCH] Update yew requirement from 0.20.0 to 0.21.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eaf3129..0f8e0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ web-sys = { version = "0.3", features = ["Window", "MediaQueryList"] } # Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now. wee_alloc = { version = "0.4.5", optional = true } -yew = { version = "0.20.0", features = ["csr"] } +yew = { version = "0.21.0", features = ["csr"] } yewprint = "0.4.4" [profile.release]