🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-01 19:12:55.0 +00:00:00
committer GitHub <noreply@github.com> 2024-11-01 19:12:55.0 +00:00:00
commit
2b6319073f1edc8542671d96f7ab6b8917bdc3d0 [patch]
tree
cf05790cf2ec41c4852a881ac59967b4cc9ada82
parent
8ecc2c5a51717c83614410c9c67cb1346e238d22
download
2b6319073f1edc8542671d96f7ab6b8917bdc3d0.tar.gz

Bump uuid from 1.10.0 to 1.11.0

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 6bb1be2..8b466c9 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -3162,9 +3162,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 a44ab15..7f1a385 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"] }