From 1362a7e0fff1fc8934b4ba8b2636c10756a2c140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:35:56 +0000 Subject: [PATCH] chore(deps): bump xxhash-rust from 0.8.13 to 0.8.15 (#70) Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.13 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd2bcb7..d59a041 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,6 +643,6 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "xxhash-rust" -version = "0.8.13" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08fd76779ae1883bbf1e46c2c46a75a0c4e37c445e68a24b01479d438f26ae6" +checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" diff --git a/Cargo.toml b/Cargo.toml index c6148ff..2e4be8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.216", features = ["derive", "rc"] } serde_json = "1.0.134" num_cpus = "1.16.0" file-id = "0.2.2" -xxhash-rust = { version = "0.8.13", features = ["xxh32", "xxh64"], optional = true } +xxhash-rust = { version = "0.8.15", features = ["xxh32", "xxh64"], optional = true } sha1 = { version = "0.11.0-pre.4", optional = true } sha2 = { version = "0.10.8", optional = true } const_format = "0.2.34"