@@ -98,7 +98,7 @@ cfg_aliases = "0.2.1"
9898cfg-if = " 1"
9999criterion = " 0.5"
100100codespan-reporting = { version = " 0.12" , default-features = false }
101- ctor = " 0.2 "
101+ ctor = " 0.4 "
102102document-features = " 0.2.11"
103103encase = " 0.10.0"
104104env_logger = " 0.11"
@@ -112,10 +112,10 @@ hashbrown = { version = "0.15.2", default-features = false, features = [
112112 " inline-more" ,
113113] }
114114heck = " 0.5.0"
115- image = { version = " 0.24 " , default-features = false , features = [" png" ] }
115+ image = { version = " 0.25 " , default-features = false , features = [" png" ] }
116116indexmap = { version = " 2.7.1" , default-features = false }
117- itertools = { version = " 0.13 .0" }
118- ktx2 = " 0.3 "
117+ itertools = { version = " 0.14 .0" }
118+ ktx2 = " 0.4 "
119119libc = { version = " 0.2" , default-features = false }
120120libloading = " 0.8"
121121libtest-mimic = " 0.8.1"
@@ -141,7 +141,7 @@ profiling = { version = "1", default-features = false }
141141raw-window-handle = { version = " 0.6.2" , default-features = false }
142142rayon = " 1"
143143renderdoc-sys = " 1.1.0"
144- ron = " 0.9 "
144+ ron = " 0.10 "
145145# NOTE: rustc-hash v2 is a completely different hasher with different performance characteristics
146146# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999
147147# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
@@ -150,9 +150,9 @@ serde_json = "1.0.140"
150150serde = { version = " 1" , default-features = false }
151151smallvec = " 1"
152152static_assertions = " 1.1.0"
153- strum = { version = " 0.26.3 " , default-features = false , features = [" derive" ] }
153+ strum = { version = " 0.27.1 " , default-features = false , features = [" derive" ] }
154154trybuild = " 1"
155- tracy-client = " 0.17 "
155+ tracy-client = " 0.18 "
156156thiserror = { version = " 2" , default-features = false }
157157walkdir = " 2"
158158winit = { version = " 0.29" , features = [" android-native-activity" ] }
@@ -208,7 +208,7 @@ tokio = "1.44.2"
208208termcolor = " 1.4.1"
209209
210210# android dependencies
211- ndk-sys = " 0.5 .0"
211+ ndk-sys = " 0.6 .0"
212212
213213# These overrides allow our examples to explicitly depend on release crates
214214[patch .crates-io ]
0 commit comments