Skip to content

Commit

Permalink
Merge pull request #77 from w4/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
w4 authored Nov 12, 2024
2 parents 3d65c79 + 2b63190 commit 1ec809c
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
tree-sitter-grammar-repository = { path = "./tree-sitter-grammar-repository" }
tree-sitter-highlight = "0.23"
unix_mode = "0.1"
uuid = { version = "1.7", features = ["v4"] }
uuid = { version = "1.11", features = ["v4"] }
v_htmlescape = { version = "0.15", features = ["bytes-buf"] }
xxhash-rust = { version = "0.8.12", features = ["const_xxh3"] }
yoke = { version = "0.7.1", features = ["derive"] }
Expand Down

0 comments on commit 1ec809c

Please sign in to comment.