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",