Skip to content

Commit 4e9f224

Browse files
Update yew requirement from 0.18 to 0.20
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@0.18.0...yew-v0.20.0) --- updated-dependencies: - dependency-name: yew dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edb1595 commit 4e9f224

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
@@ -52,7 +52,7 @@ tokio = { version = "1", features = ["rt", "macros"] }
5252
# The following dependencies are required for examples
5353
wasm-bindgen = "0.2"
5454
wasm-bindgen-futures = "0.4"
55-
yew = "0.18"
55+
yew = "0.20"
5656
lazy_static = "1.4"
5757
web-sys = "0.3"
5858
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 = "0.18"
15+
yew = "0.20"
1616
meilisearch-sdk = {path="../.."}
1717
lazy_static = "1.4"
1818
serde = {version="1.0", features=["derive"]}

0 commit comments

Comments
 (0)