Skip to content

Commit db087a9

Browse files
authored
Merge pull request #835 from gosub-io/dependabot/cargo/smallvec-1.15.0
Bump smallvec from 1.14.0 to 1.15.0
2 parents c7a7671 + a54e3f1 commit db087a9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

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

crates/gosub_cairo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gosub_interface = { version = "0.1.2", registry = "gosub", path = "../gosub_inte
1212
gosub_svg = { version = "0.1.1", registry = "gosub", path = "../gosub_svg", features = ["resvg"] }
1313
gosub_fontmanager = { version = "0.1.0", path = "../gosub_fontmanager", registry = "gosub" }
1414
image = "0.25.6"
15-
smallvec = "1.13.2"
15+
smallvec = "1.15.0"
1616

1717
cairo-rs = { version = "0.19.4", features = ["use_glib", "freetype"] }
1818
kurbo = "0.11.1"

crates/gosub_interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ license = "MIT"
1010
gosub_shared = { version = "0.1.1", path = "../gosub_shared", registry = "gosub" }
1111
gosub_net = { version = "0.1.1", path = "../gosub_net", registry = "gosub" }
1212
url = "2.5.4"
13-
smallvec = "1.13.2"
13+
smallvec = "1.15.0"
1414
raw-window-handle = "0.6.2"
1515
image = "0.25.6"

crates/gosub_shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ encoding_rs = "0.8.35"
1919
derive_more = {version = "2.0.1", features = ["display"]}
2020
log = "0.4.22"
2121
raw-window-handle = "0.6.2"
22-
smallvec = "1.13.2"
22+
smallvec = "1.15.0"
2323
image = "0.25.6"
2424

2525

crates/gosub_vello/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gosub_fontmanager = { version = "0.1.0", path = "../gosub_fontmanager", registry
1515
vello = "0.4.1"
1616
vello_encoding = "0.4.0"
1717
image = "0.25.6"
18-
smallvec = "1.13.2"
18+
smallvec = "1.15.0"
1919
anyhow = "1.0.94"
2020
raw-window-handle = "0.6.2"
2121
futures = "0.3.31"

0 commit comments

Comments
 (0)