Skip to content

Commit

Permalink
Merge pull request #421 from gosub-browser/dependabot/cargo/uuid-1.8.0
Browse files Browse the repository at this point in the history
Bump uuid from 1.7.0 to 1.8.0
  • Loading branch information
Sharktheone authored Mar 25, 2024
2 parents 88dbfa1 + ec02591 commit aab6fc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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_jsapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ license = "MIT"

[dependencies]
gosub_shared = { path = "../gosub_shared", features = [] }
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { version = "1.8.0", features = ["v4"] }
regex = "1"
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ thiserror = "1.0.57"
url = "2.5.0"
anyhow = "1.0.81"
lazy_static = "1.4.0"
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { version = "1.8.0", features = ["v4"] }
rand = "0.9.0-alpha.0"

0 comments on commit aab6fc0

Please sign in to comment.