From cdbdb4af9c679214965445bba3843070f4898a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:14:03 +0000 Subject: [PATCH] Update yew-agent requirement from 0.2.0 to 0.3.0 Updates the requirements on [yew-agent](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-agent-v0.2.0...yew-agent-v0.3.0) --- updated-dependencies: - dependency-name: yew-agent 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 ac89a558..f208e0f5 100644 --- a/candle-wasm-examples/llama2-c/Cargo.toml +++ b/candle-wasm-examples/llama2-c/Cargo.toml @@ -31,7 +31,7 @@ js-sys = "0.3.64" wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2" -yew-agent = "0.2.0" +yew-agent = "0.3.0" yew = { version = "0.20.0", features = ["csr"] } [dependencies.web-sys] diff --git a/candle-wasm-examples/whisper/Cargo.toml b/candle-wasm-examples/whisper/Cargo.toml index 6c6857e4..40af338d 100644 --- a/candle-wasm-examples/whisper/Cargo.toml +++ b/candle-wasm-examples/whisper/Cargo.toml @@ -31,7 +31,7 @@ js-sys = "0.3.64" wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2" -yew-agent = "0.2.0" +yew-agent = "0.3.0" yew = { version = "0.20.0", features = ["csr"] } [dependencies.web-sys] diff --git a/candle-wasm-examples/yolo/Cargo.toml b/candle-wasm-examples/yolo/Cargo.toml index 0e5a91a8..4af617e8 100644 --- a/candle-wasm-examples/yolo/Cargo.toml +++ b/candle-wasm-examples/yolo/Cargo.toml @@ -31,7 +31,7 @@ js-sys = "0.3.64" wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2" -yew-agent = "0.2.0" +yew-agent = "0.3.0" yew = { version = "0.20.0", features = ["csr"] } [dependencies.web-sys]