🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2024-11-12 22:16:17.0 +00:00:00
committer GitHub <noreply@github.com> 2024-11-12 22:16:17.0 +00:00:00
commit
1ec809c9c38c70feae2846a875d17ea6edbff7e1 [patch]
tree
9b338097a8e9828fee2e63e5f89209b622296a43
parent
3d65c79caced992f080182ec465f6267e97eea69
parent
2b6319073f1edc8542671d96f7ab6b8917bdc3d0
download
1ec809c9c38c70feae2846a875d17ea6edbff7e1.tar.gz

Merge pull request #77 from w4/dependabot/cargo/uuid-1.11.0

Bump uuid from 1.10.0 to 1.11.0

Diff

 Cargo.lock | 4 +++-
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a3ec88a..cc4ef62 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -3182,9 +3182,9 @@

[[package]]
name = "uuid"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
 "getrandom",
]
diff --git a/Cargo.toml b/Cargo.toml
index 061c4c7..a4dee6e 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -74,7 +74,7 @@
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"] }