Skip to content

Commit 2a22445

Browse files
fix(deps): update all non-major dependencies
1 parent 7309b52 commit 2a22445

File tree

7 files changed

+283
-322
lines changed

7 files changed

+283
-322
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ generational-box = { version = "0.6.2" }
5858
dioxus-clipboard = "0.2.0"
5959
dioxus-i18n = "0.4.1"
6060

61-
skia-safe = { version = "0.87.0", features = ["gl", "textlayout", "svg"] }
61+
skia-safe = { version = "0.88.0", features = ["gl", "textlayout", "svg"] }
6262

6363
gl = "0.14.0"
6464
glutin = "0.32.0"
6565
glutin-winit = "0.5.0"
6666
raw-window-handle = "0.6.0"
6767
winit = "0.30.0"
6868
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 }
7272
smallvec = "1.13.1"
7373

7474
euclid = "0.22.9"
@@ -90,15 +90,15 @@ freya-devtools = { workspace = true, features = ["server"] }
9090
reqwest = { version = "0.12.0", features = ["json"] }
9191
serde = "1.0.189"
9292
dioxus-i18n = { workspace = true }
93-
rand = "0.8.5"
93+
rand = "0.9.0"
9494
freya-router = { workspace = true }
95-
itertools = "0.13.0"
95+
itertools = "0.14.0"
9696
home = "0.5.9"
9797
dioxus-query = "0.8.1"
98-
gilrs = "0.10.8"
98+
gilrs = "0.11.0"
9999
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"
102102
rfd = "0.15.3"
103103
bytes = { workspace = true }
104104
dioxus-clipboard = { workspace = true }

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dioxus-core = { workspace = true }
3434
dioxus-signals = { workspace = true }
3535
dioxus-core-macro = { workspace = true }
3636
shipyard = { workspace = true }
37-
keyboard-types = "0.7.0"
37+
keyboard-types = "0.8.0"
3838

3939
nom = "7.1.3"
4040
bytes = { workspace = true }
@@ -46,7 +46,7 @@ accesskit_winit = { workspace = true, optional = true }
4646

4747
rustc-hash = { workspace = true }
4848
tracing = { workspace = true }
49-
itertools = "0.13.0"
49+
itertools = "0.14.0"
5050
smallvec = { workspace = true }
5151
cursor-icon = "1.2.0"
5252

crates/elements/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generational-box = { workspace = true }
1818
dioxus-rsx = { workspace = true }
1919
dioxus-core = { workspace = true }
2020

21-
keyboard-types = "0.7.0"
21+
keyboard-types = "0.8.0"
2222

2323
[dev-dependencies]
2424
freya = { path = "../freya" }

crates/ragnarok/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ categories = ["gui"]
1313

1414
[dependencies]
1515
euclid = { workspace = true }
16-
itertools = "0.13.0"
16+
itertools = "0.14.0"
1717
tracing = { workspace = true }
1818
rustc-hash = { workspace = true }

crates/torin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustc-hash = { workspace = true }
2222
serde = { version = "*", optional = true }
2323

2424
[dev-dependencies]
25-
criterion = "0.5.1"
25+
criterion = "0.7.0"
2626

2727
[lib]
2828
bench = false

crates/winit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ skia-safe = { workspace = true }
3333

3434
freya-native-core = { workspace = true }
3535
dioxus-core = { workspace = true }
36-
keyboard-types = "0.7.0"
36+
keyboard-types = "0.8.0"
3737

3838
tokio = { workspace = true }
3939
gl = { workspace = true }
@@ -47,7 +47,7 @@ tracing = { workspace = true }
4747
futures-task = { workspace = true }
4848
futures-util = { workspace = true }
4949

50-
itertools = "0.13.0"
50+
itertools = "0.14.0"
5151
image = { version = "0.25.0", default-features = false, features = [ "ico", "png", "jpeg"]}
5252

5353

0 commit comments

Comments
 (0)