@@ -58,17 +58,17 @@ generational-box = { version = "0.6.2" }
58
58
dioxus-clipboard = " 0.2.0"
59
59
dioxus-i18n = " 0.4.1"
60
60
61
- skia-safe = { version = " 0.87 .0" , features = [" gl" , " textlayout" , " svg" ] }
61
+ skia-safe = { version = " 0.88 .0" , features = [" gl" , " textlayout" , " svg" ] }
62
62
63
63
gl = " 0.14.0"
64
64
glutin = " 0.32.0"
65
65
glutin-winit = " 0.5.0"
66
66
raw-window-handle = " 0.6.0"
67
67
winit = " 0.30.0"
68
68
tokio = { version = " 1" , features = [" sync" , " rt-multi-thread" , " time" , " macros" ] }
69
- accesskit = { version = " 0.19 .0" , features = [" serde" ] }
70
- accesskit_winit = " 0.27 .0"
71
- shipyard = { version = " 0.8 " , features = [" proc" , " std" , " parallel" ], default-features = false }
69
+ accesskit = { version = " 0.21 .0" , features = [" serde" ] }
70
+ accesskit_winit = " 0.29 .0"
71
+ shipyard = { version = " 0.9 " , features = [" proc" , " std" , " parallel" ], default-features = false }
72
72
smallvec = " 1.13.1"
73
73
74
74
euclid = " 0.22.9"
@@ -90,15 +90,15 @@ freya-devtools = { workspace = true, features = ["server"] }
90
90
reqwest = { version = " 0.12.0" , features = [" json" ] }
91
91
serde = " 1.0.189"
92
92
dioxus-i18n = { workspace = true }
93
- rand = " 0.8.5 "
93
+ rand = " 0.9.0 "
94
94
freya-router = { workspace = true }
95
- itertools = " 0.13 .0"
95
+ itertools = " 0.14 .0"
96
96
home = " 0.5.9"
97
97
dioxus-query = " 0.8.1"
98
- gilrs = " 0.10.8 "
98
+ gilrs = " 0.11.0 "
99
99
gl = { workspace = true }
100
- tree-sitter-highlight = " 0.23 .0"
101
- tree-sitter-rust = " 0.23 .0"
100
+ tree-sitter-highlight = " 0.25 .0"
101
+ tree-sitter-rust = " 0.24 .0"
102
102
rfd = " 0.15.3"
103
103
bytes = { workspace = true }
104
104
dioxus-clipboard = { workspace = true }
0 commit comments