From 5c279d6e25c6af1f6b8e39016d54bd1aacae44a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:22:27 +0000 Subject: [PATCH] chore(deps): Bump xxhash-rust from 0.8.10 to 0.8.11 Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.10 to 0.8.11. - [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 8b60084..313e1f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,6 +681,6 @@ checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" [[package]] name = "xxhash-rust" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" +checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb" diff --git a/Cargo.toml b/Cargo.toml index 48733ab..fa0987c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.203", features = ["derive", "rc"] } serde_json = "1.0.120" num_cpus = "1.16.0" file-id = "0.2.1" -xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh64"], optional = true } +xxhash-rust = { version = "0.8.11", features = ["xxh32", "xxh64"], optional = true } sha1 = { version = "0.11.0-pre.3", optional = true } sha2 = { version = "0.10.8", optional = true } const_format = "0.2.32"