Skip to content

Commit d273c2e

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 e335b19 commit d273c2e

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
@@ -51,7 +51,7 @@ tokio = { version = "1", features = ["rt", "macros"] }
5151
# The following dependencies are required for examples
5252
wasm-bindgen = "0.2"
5353
wasm-bindgen-futures = "0.4"
54-
yew = "0.18"
54+
yew = "0.20"
5555
lazy_static = "1.4"
5656
web-sys = "0.3"
5757
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
@@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
1111
serde_json = "1.0"
1212
wasm-bindgen = "0.2"
1313
wasm-bindgen-futures = "0.4.18"
14-
yew = "0.18"
14+
yew = "0.20"
1515
meilisearch-sdk = {path="../.."}
1616
lazy_static = "1.4"
1717
serde = {version="1.0", features=["derive"]}

0 commit comments

Comments
 (0)