Skip to content

Commit c27b1dc

Browse files
authored
Merge pull request #778 from gosub-io/dependabot/cargo/uuid-1.12.0
2 parents 142c33f + 664467a commit c27b1dc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

crates/gosub_cairo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kurbo = "0.11.1"
2020
peniko = "0.2.0"
2121
skrifa = "0.26.1"
2222
log = "0.4.22"
23-
uuid = { version = "1.11.0", features = ["v4"] }
23+
uuid = { version = "1.12.0", features = ["v4"] }
2424
freetype-rs = "0.37.0"
2525
parley = "0.2.0"
2626
once_cell = "1.20.2"

crates/gosub_jsapi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description = "Web Javascript API"
88

99
[dependencies]
1010
gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared", features = [] }
11-
uuid = { version = "1.11.0", features = ["v4"] }
11+
uuid = { version = "1.12.0", features = ["v4"] }
1212
regex = "1"
1313
cow-utils = "0.1.3"

crates/gosub_shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ thiserror = "2.0.11"
1212
url = "2.5.4"
1313
anyhow = "1.0.94"
1414
lazy_static = "1.5.0"
15-
uuid = { version = "1.11.0", features = ["v4"] }
15+
uuid = { version = "1.12.0", features = ["v4"] }
1616
rand = "0.9.0-beta.0"
1717
chardetng = "0.1.17"
1818
encoding_rs = "0.8.35"

0 commit comments

Comments
 (0)