Skip to content

Commit 40f69da

Browse files
committed
Cargo.lock updated
1 parent e66508d commit 40f69da

File tree

6 files changed

+148
-20
lines changed

6 files changed

+148
-20
lines changed

Cargo.lock

+140-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ fontique = { version = "0.2.0", default-features = false, path = "fontique" }
7373
hashbrown = "0.15.2"
7474
parley = { version = "0.2.0", default-features = false, path = "parley" }
7575
peniko = { version = "0.3.1", default-features = false }
76-
skrifa = { version = "0.26.4", default-features = false }
76+
skrifa = { version = "0.26.5", default-features = false }
7777
read-fonts = { version = "0.25.3", default-features = false }
7878
swash = { version = "0.2.0", default-features = false }

examples/swash_render/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
[dependencies]
1111
parley = { workspace = true, default-features = true }
1212
skrifa = { workspace = true }
13-
image = { version = "0.25.2", default-features = false, features = ["png"] }
13+
image = { version = "0.25.5", default-features = false, features = ["png"] }
1414
swash = { workspace = true, default-features = true }
1515

1616
[lints]

examples/vello_editor/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ publish = false
99

1010
[dependencies]
1111
vello = "0.4.0"
12-
anyhow = "1.0.89"
12+
anyhow = "1.0.95"
1313
pollster = "0.3.0"
14-
winit = "0.30.5"
14+
winit = "0.30.9"
1515
parley = { workspace = true, default-features = true, features = ["accesskit"] }
1616
peniko = { workspace = true }
1717
accesskit = { workspace = true }
@@ -21,7 +21,7 @@ accesskit_winit = "0.23"
2121
workspace = true
2222

2323
[target.'cfg(target_os = "android")'.dependencies]
24-
winit = { version = "0.30.5", features = ["android-native-activity"] }
24+
winit = { version = "0.30.9", features = ["android-native-activity"] }
2525

2626
[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))'.dependencies]
27-
clipboard-rs = "0.2.2"
27+
clipboard-rs = "0.2.4"

fontique/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ peniko = { workspace = true }
3636
smallvec = "1.13.2"
3737
memmap2 = { version = "0.9.5", optional = true }
3838
unicode-script = { version = "0.5.7", optional = true }
39-
core_maths = { version = "0.1.0", optional = true }
39+
core_maths = { version = "0.1.1", optional = true }
4040
icu_properties = { version = "1.5.1", optional = true }
4141
icu_locid = "1.5.0"
4242
hashbrown = { workspace = true }

parley/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ swash = { workspace = true }
2929
skrifa = { workspace = true }
3030
peniko = { workspace = true }
3131
fontique = { workspace = true }
32-
core_maths = { version = "0.1.0", optional = true }
32+
core_maths = { version = "0.1.1", optional = true }
3333
accesskit = { workspace = true, optional = true }
3434
hashbrown = { workspace = true }
3535

0 commit comments

Comments
 (0)