From 35c0596939affaed0e420a1be7b1e4b90c1050ca Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 01 Feb 2025 19:08:33 +0000 Subject: [PATCH] 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] --- 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] -- rgit 0.1.4