Skip to content

Commit e3be05c

Browse files
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](yewstack/yew@yew-v0.20.0...yew-v0.21.0) --- updated-dependencies: - dependency-name: yew dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bdfcb3 commit e3be05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tokio = { version = "1", features = ["rt", "macros"] }
5353
# The following dependencies are required for examples
5454
wasm-bindgen = "0.2"
5555
wasm-bindgen-futures = "0.4"
56-
yew = "0.20"
56+
yew = "0.21"
5757
lazy_static = "1.4"
5858
web-sys = "0.3"
5959
console_error_panic_hook = "0.1"

examples/web_app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
1212
serde_json = "1.0"
1313
wasm-bindgen = "0.2"
1414
wasm-bindgen-futures = "0.4.18"
15-
yew = {version="0.20", features = ["csr"]}
15+
yew = {version="0.21", features = ["csr"]}
1616
meilisearch-sdk = {path="../.."}
1717
lazy_static = "1.4"
1818
serde = {version="1.0", features=["derive"]}

0 commit comments

Comments
 (0)