🏡 index : ~doyle/rgit.git

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 5640c36..4a4d9ba 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -3574,9 +3574,9 @@

[[package]]
name = "xxhash-rust"
version = "0.8.12"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"

[[package]]
name = "yoke"
diff --git a/Cargo.toml b/Cargo.toml
index 9744731..fc89701 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -82,7 +82,7 @@
unix_mode = "0.1"
uuid = { version = "1.11", features = ["v4"] }
v_htmlescape = { version = "0.15", features = ["bytes-buf"] }
xxhash-rust = { version = "0.8.12", features = ["const_xxh3"] }
xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] }
yoke = { version = "0.7.5", features = ["derive"] }

[features]