From 78b516073b83592ab709c57aded947fdc1ceec93 Mon Sep 17 00:00:00 2001 From: jordan Date: Sun, 16 Mar 2025 22:16:18 +0700 Subject: [PATCH] Merge pull request #97 from w4/dependabot/cargo/xxhash-rust-0.8.15 Bump xxhash-rust from 0.8.12 to 0.8.15--- 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