@@ -33,11 +33,11 @@ async-trait = "0.1.83"
3333backtrace = " 0.3.74"
3434clap = { version = " 4.5.23" , features = [" cargo" , " derive" , " env" , " color" ] }
3535copypasta = " 0.10.1"
36- csscolorparser = " 0.6.2 "
37- derive-new = " 0.6 .0"
36+ csscolorparser = " 0.7.0 "
37+ derive-new = " 0.7 .0"
3838dirs = " 5.0.1"
39- glamour = { version = " 0.11.1 " , features = [" serde" ] }
40- flexi_logger = { version = " 0.28.5 " , default-features = false }
39+ glamour = { version = " 0.15.0 " , features = [" serde" ] }
40+ flexi_logger = { version = " 0.29.8 " , default-features = false }
4141futures = " 0.3.31"
4242gl = " 0.14.0"
4343glutin = " 0.32.1"
@@ -64,15 +64,15 @@ time = { version = "0.3.37", features = ["macros", "formatting"] }
6464tokio = { version = " 1.42.0" , features = [" full" ] }
6565tokio-util = { version = " 0.7.13" , features = [" compat" ] }
6666toml = " 0.8.19"
67- tracy-client-sys = { version = " 0.22.2 " , optional = true , default-features = false , features = [
67+ tracy-client-sys = { version = " 0.24.3 " , optional = true , default-features = false , features = [
6868 " broadcast" ,
6969 " delayed-init" ,
7070 " enable" ,
7171 " manual-lifetime" ,
7272 " fibers" ,
7373] }
7474unicode-segmentation = " 1.12.0"
75- which = " 6 .0.3 "
75+ which = " 7 .0.1 "
7676winit = { version = " =0.30.7" , features = [" serde" ] }
7777xdg = " 2.5.2"
7878notify-debouncer-full = " 0.4.0"
@@ -99,7 +99,7 @@ windows = { version = "0.58.0", features = [
9999 " Win32_System_Threading" ,
100100 " Win32_UI_HiDpi" ,
101101] }
102- windows-registry = " 0.2 .0"
102+ windows-registry = " 0.3 .0"
103103
104104[target .'cfg(not(target_os = "windows"))' .dependencies ]
105105skia-safe = { version = " 0.80.1" , features = [" gl" , " textlayout" ] }
0 commit comments