Skip to content

Commit

Permalink
Bump uuid from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.12.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 142c33f commit 664467a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gosub_cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kurbo = "0.11.1"
peniko = "0.2.0"
skrifa = "0.26.1"
log = "0.4.22"
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.12.0", features = ["v4"] }
freetype-rs = "0.37.0"
parley = "0.2.0"
once_cell = "1.20.2"
2 changes: 1 addition & 1 deletion crates/gosub_jsapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ description = "Web Javascript API"

[dependencies]
gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared", features = [] }
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.12.0", features = ["v4"] }
regex = "1"
cow-utils = "0.1.3"
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ thiserror = "2.0.11"
url = "2.5.4"
anyhow = "1.0.94"
lazy_static = "1.5.0"
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.12.0", features = ["v4"] }
rand = "0.9.0-beta.0"
chardetng = "0.1.17"
encoding_rs = "0.8.35"
Expand Down

0 comments on commit 664467a

Please sign in to comment.