diff --git a/Cargo.lock b/Cargo.lock index be2a3da85..597bd66cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2412,7 +2412,7 @@ dependencies = [ "vec_map", "wasm-bindgen", "web-sys", - "windows 0.52.0", + "windows 0.54.0", ] [[package]] @@ -2866,9 +2866,9 @@ dependencies = [ [[package]] name = "imgref" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126" +checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" [[package]] name = "include_dir" @@ -3161,7 +3161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 54bb55540..c56dd33a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ gloo-timers = { version = "0.3.0", default-features = false } half = { version = "2.3.1", default-features = false, features = ["bytemuck"] } hashbrown = { version = "0.14.0", default-features = false, features = ["ahash", "inline-more"] } image = { version = "0.25.1", default-features = false } -imgref = { version = "1.10.1", default-features = false } +imgref = { version = "1.11.0", default-features = false } indoc = { version = "2.0.1", default-features = false } itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] } libm = { version = "0.2.8", default-features = false }