Skip to content

Commit

Permalink
Merge pull request #518 from gosub-browser/dependabot/cargo/uuid-1.10.0
Browse files Browse the repository at this point in the history
Bump uuid from 1.9.1 to 1.10.0
  • Loading branch information
Sharktheone authored Jul 16, 2024
2 parents dc05de0 + a389b94 commit c406225
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.9.1", features = ["v4"] }
uuid = { version = "1.10.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,7 +11,7 @@ thiserror = "1.0.61"
url = "2.5.2"
anyhow = "1.0.86"
lazy_static = "1.5.0"
uuid = { version = "1.9.1", features = ["v4"] }
uuid = { version = "1.10.0", features = ["v4"] }
rand = "0.9.0-alpha.1"


Expand Down

0 comments on commit c406225

Please sign in to comment.