From 5a640c5d51cb09e45d7ea297c485e4f85c0b60ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:15:07 +0000 Subject: [PATCH] Bump xxhash-rust from 0.8.12 to 0.8.13 Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.12 to 0.8.13. - [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 1f01279..8a30e17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3287,9 +3287,9 @@ dependencies = [ [[package]] name = "xxhash-rust" -version = "0.8.12" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984" +checksum = "a08fd76779ae1883bbf1e46c2c46a75a0c4e37c445e68a24b01479d438f26ae6" [[package]] name = "zerocopy" diff --git a/Cargo.toml b/Cargo.toml index 7d782de..fa75d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tokio = { version = "1.42.0", features = ["full"] } tokio-stream = "0.1.17" tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["serde", "serde_json", "env-filter"] } -xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh64", "xxh3", "const_xxh32", "const_xxh64", "const_xxh3"] } +xxhash-rust = { version = "0.8.13", features = ["xxh32", "xxh64", "xxh3", "const_xxh32", "const_xxh64", "const_xxh3"] } # Config for 'cargo dist' [workspace.metadata.dist]