From 52bc18886882368c536ddd7d731ecf20cb316506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:56:04 +0000 Subject: [PATCH] Bump ico from 0.4.0 to 0.5.0 Bumps [ico](https://github.com/mdsteele/rust-ico) from 0.4.0 to 0.5.0. - [Commits](https://github.com/mdsteele/rust-ico/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ico dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nanvr/dashboard/Cargo.toml | 2 +- nanvr/launcher/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f76ffeeb..618e715d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2734,9 +2734,9 @@ dependencies = [ [[package]] name = "ico" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc50b891e4acf8fe0e71ef88ec43ad82ee07b3810ad09de10f1d01f072ed4b98" +checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" dependencies = [ "byteorder", "png", diff --git a/nanvr/dashboard/Cargo.toml b/nanvr/dashboard/Cargo.toml index 2385ae20..f0770c3f 100644 --- a/nanvr/dashboard/Cargo.toml +++ b/nanvr/dashboard/Cargo.toml @@ -32,7 +32,7 @@ wgpu = "24" chrono = "0.4" env_logger = "0.11" -ico = "0.4" +ico = "0.5" rand = "0.9" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/nanvr/launcher/Cargo.toml b/nanvr/launcher/Cargo.toml index 1e9b0b7a..495813cc 100644 --- a/nanvr/launcher/Cargo.toml +++ b/nanvr/launcher/Cargo.toml @@ -23,7 +23,7 @@ eframe = { version = "0.31", default-features = false, features = [ ] } flate2 = "1.0.18" futures-util = "0.3.28" -ico = "0.4" +ico = "0.5" open = "5" reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls",