Skip to content

Commit db09a28

Browse files
authored
Merge pull request #661 from gosub-io/dependabot/cargo/image-0.25.4
Bump image from 0.25.2 to 0.25.4
2 parents 75c3db2 + a4ddf07 commit db09a28

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

Cargo.lock

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gosub_render_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gosub_html5 = { path = "../gosub_html5" }
1111
gosub_css3 = { path = "../gosub_css3" }
1212
gosub_typeface = { path = "../gosub_typeface" }
1313
smallvec = "1.13.2"
14-
image = "0.25.2"
14+
image = "0.25.4"
1515
raw-window-handle = "0.6.2"
1616
log = "0.4.14"
1717
anyhow = "1.0.91"

crates/gosub_renderer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gosub_css3 = { path = "../gosub_css3" }
1313
gosub_net = { path = "../gosub_net" }
1414
gosub_render_backend = { path = "../gosub_render_backend" }
1515
anyhow = "1.0.91"
16-
image = "0.25.2"
16+
image = "0.25.4"
1717
url = "2.5.2"
1818
log = "0.4.22"
1919
lazy_static = "1.5.0"

crates/gosub_useragent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ slotmap = "1.0.7"
1414
log = "0.4.22"
1515
anyhow = "1.0.91"
1616
url = "2.5.2"
17-
image = "0.25.2"
17+
image = "0.25.4"
1818

1919

2020

crates/gosub_vello/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gosub_typeface = { path = "../gosub_typeface" }
1212
gosub_svg = { path = "../gosub_svg" }
1313
vello = "0.3.0"
1414
vello_encoding = "0.3.0"
15-
image = "0.25.2"
15+
image = "0.25.4"
1616
smallvec = "1.13.2"
1717
anyhow = "1.0.91"
1818
wgpu = "22.1.0"

0 commit comments

Comments
 (0)