From 5637f860406a3d7585fb0272711f155604dbdad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:25:36 +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] --- candle-wasm-examples/llama2-c/Cargo.toml | 2 +- candle-wasm-examples/whisper/Cargo.toml | 2 +- candle-wasm-examples/yolo/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/candle-wasm-examples/llama2-c/Cargo.toml b/candle-wasm-examples/llama2-c/Cargo.toml index d46cdafa..5cc67fcc 100644 --- a/candle-wasm-examples/llama2-c/Cargo.toml +++ b/candle-wasm-examples/llama2-c/Cargo.toml @@ -32,7 +32,7 @@ wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2" yew-agent = "0.2.0" -yew = { version = "0.20.0", features = ["csr"] } +yew = { version = "0.21.0", features = ["csr"] } [dependencies.web-sys] version = "0.3.64" diff --git a/candle-wasm-examples/whisper/Cargo.toml b/candle-wasm-examples/whisper/Cargo.toml index 92e206b2..14675ebc 100644 --- a/candle-wasm-examples/whisper/Cargo.toml +++ b/candle-wasm-examples/whisper/Cargo.toml @@ -32,7 +32,7 @@ wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2" yew-agent = "0.2.0" -yew = { version = "0.20.0", features = ["csr"] } +yew = { version = "0.21.0", features = ["csr"] } [dependencies.web-sys] version = "0.3.64" diff --git a/candle-wasm-examples/yolo/Cargo.toml b/candle-wasm-examples/yolo/Cargo.toml index ac76f9a7..351980cb 100644 --- a/candle-wasm-examples/yolo/Cargo.toml +++ b/candle-wasm-examples/yolo/Cargo.toml @@ -32,7 +32,7 @@ wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2" yew-agent = "0.2.0" -yew = { version = "0.20.0", features = ["csr"] } +yew = { version = "0.21.0", features = ["csr"] } [dependencies.web-sys] version = "0.3.64"