From 512141d33ea6bc5e2e7052d36f7ddd473354b38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:47:19 +0000 Subject: [PATCH] Update log requirement from =0.4.27 to =0.4.28 Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.27...0.4.28) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index db441e5..c3434ec 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -14,7 +14,7 @@ yew = { version = "=0.21.0", features = ["csr"] } web-sys = "=0.3.77" wasm-bindgen = "=0.2.100" js-sys = "=0.3.77" -log = "=0.4.27" +log = "=0.4.28" wasm-logger = "=0.2.0" flash-lso = { path = "../flash-lso", features = ["serde", "flex"] } gloo-file = "=0.3.0"