Skip to content

Commit

Permalink
Merge pull request #1015 from veryl-lang/dependabot/cargo/uuid-1.11.0
Browse files Browse the repository at this point in the history
Bump uuid from 1.10.0 to 1.11.0
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
2 parents 837a92e + 3ae0003 commit afd1711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spdx = "0.10.6"
thiserror = {workspace = true}
toml = {workspace = true}
url = {workspace = true}
uuid = {version = "1.10", default-features = false, features = ["v5", "serde"]}
uuid = {version = "1.11", default-features = false, features = ["v5", "serde"]}
veryl-parser = {version = "0.13.1", path = "../parser"}
veryl-path = {version = "0.13.1", path = "../path"}
veryl-std = {version = "0.13.1", path = "../std"}
Expand Down

0 comments on commit afd1711

Please sign in to comment.