From bb93a1230655536d6d6de49da83fcc3e11fe28a6 Mon Sep 17 00:00:00 2001 From: Banjo Fox Date: Thu, 10 Oct 2024 21:28:19 -0400 Subject: [PATCH] =?UTF-8?q?Cargo=20update=20seems=20to=20work=20but=20show?= =?UTF-8?q?s=20a=20bunch=20of=20"unchanged=20dependencies"=20```=20=C2=BB?= =?UTF-8?q?=20cargo=20update=20=20=20=20=20Updating=20crates.io=20index=20?= =?UTF-8?q?=20=20=20=20=20Locking=200=20packages=20to=20latest=20compatibl?= =?UTF-8?q?e=20versions=20note:=20pass=20`--verbose`=20to=20see=2070=20unc?= =?UTF-8?q?hanged=20dependencies=20behind=20latest=20````?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aardwolf-yew-frontend/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aardwolf-yew-frontend/Cargo.toml b/aardwolf-yew-frontend/Cargo.toml index 07379fc9..1f3a38e6 100644 --- a/aardwolf-yew-frontend/Cargo.toml +++ b/aardwolf-yew-frontend/Cargo.toml @@ -7,8 +7,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -yew = { version = "0.21.0", features = ["csr"]} -yew-router = "0.18.0" +yew = { version = "^0.21.0", features = ["csr"]} +yew-router = "^0.18.0" wasm-bindgen = "0.2.93" # Easy support for interacting between JS and Rust. log = {version = "0.4.22", features = ["std", "serde"]} # Also used by main app for logging wasm-logger = "0.2.0" # Using this instead of Gloo because we already use log