🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-02-01 19:08:33.0 +00:00:00
committer GitHub <noreply@github.com> 2025-02-01 19:08:33.0 +00:00:00
commit
35c0596939affaed0e420a1be7b1e4b90c1050ca [patch]
tree
104786d2449dab8f9b504e19cce177606b657972
parent
1478238f03a3ed085dea9750016e8967d649786a
download
35c0596939affaed0e420a1be7b1e4b90c1050ca.tar.gz

Bump xxhash-rust from 0.8.12 to 0.8.15

Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.12 to 0.8.15.
- [Commits](https://github.com/DoumanAsh/xxhash-rust/commits)

---
updated-dependencies:
- dependency-name: xxhash-rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 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]