From c3311309077b248ff31e4872632bcd0087330930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:27:37 +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] --- bui-demo/frontend_yew/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bui-demo/frontend_yew/Cargo.toml b/bui-demo/frontend_yew/Cargo.toml index 1bff308..6e65a2e 100644 --- a/bui-demo/frontend_yew/Cargo.toml +++ b/bui-demo/frontend_yew/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" crate-type = ["cdylib", "rlib"] [dependencies] -yew = {version="0.20.0", features=["csr"]} +yew = {version="0.21.0", features=["csr"]} wasm-bindgen = "^0.2" js-sys = "0.3" log = "0.4"