@@ -40,26 +40,26 @@ tracing = { workspace = true, features = ["default"] }
4040image.workspace = true
4141futures-intrusive = " 0.5.0"
4242pollster = " 0.4.0"
43- tracing-subscriber = { version = " 0.3.18 " , features = [" env-filter" , " time" ] }
44- tracing-tracy = { version = " 0.11.3 " , optional = true }
43+ tracing-subscriber = { version = " 0.3.19 " , features = [" env-filter" , " time" ] }
44+ tracing-tracy = { version = " 0.11.4 " , optional = true }
4545accesskit.workspace = true
4646time = { workspace = true , features = [" macros" , " formatting" ] }
4747cursor-icon = " 1.1.0"
4848dpi.workspace = true
4949anymap3 = " 1.0.1"
50- oxipng = { version = " 9.1.4 " , default-features = false }
50+ oxipng = { version = " 9.1.5 " , default-features = false }
5151
5252[target .'cfg(target_arch = "wasm32")' .dependencies ]
5353web-time.workspace = true
5454
5555[dev-dependencies ]
5656float-cmp = { version = " 0.10.0" , features = [" std" ], default-features = false }
5757image = { workspace = true , features = [" png" ] }
58- insta = { version = " 1.39.0 " }
58+ insta = { version = " 1.43.1 " }
5959assert_matches = " 1.5.0"
6060
6161# Make wgpu use tracing for its spans.
62- profiling = { version = " 1.0.15 " , features = [" profile-with-tracing" ] }
62+ profiling = { version = " 1.0.16 " , features = [" profile-with-tracing" ] }
6363
6464[target .'cfg(target_os = "android")' .dependencies ]
65- tracing_android_trace = " 0.1.0 "
65+ tracing_android_trace = " 0.1.1 "
0 commit comments