From 1ec809c9c38c70feae2846a875d17ea6edbff7e1 Mon Sep 17 00:00:00 2001
From: jordan <jordan@doyle.la>
Date: Tue, 12 Nov 2024 22:16:17 +0000
Subject: [PATCH] Merge pull request #77 from w4/dependabot/cargo/uuid-1.11.0

Bump uuid from 1.10.0 to 1.11.0---
 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"] }
--
rgit 0.1.4