From b5dd03ad15137050a994b7239413137564716681 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 19 Dec 2024 21:34:43 -0800 Subject: [PATCH] chore(deps): update rust crate xxhash-rust to 0.8.13 (#2002) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xxhash-rust](https://redirect.github.com/DoumanAsh/xxhash-rust) | workspace.dependencies | patch | `0.8.12` -> `0.8.13` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d545295d95..0c6fb302669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3951,9 +3951,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 = "yansi" diff --git a/Cargo.toml b/Cargo.toml index dac29384886..6405133b23d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ whoami = "1.5.2" win32job = "2.0.0" windows-sys = "0.59.0" winnow = "0.6.20" -xxhash-rust = "0.8.12" +xxhash-rust = "0.8.13" zstd = { version = "0.13.2", features = ["zstdmt"] } # make backtrace + color-eyre faster on debug builds diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index f54440a6ac3..a7e5f68fc94 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -34,7 +34,7 @@ smallvec = { version = "1.13.2", default-features = false, features = ["const_ge tokio = { version = "1.42.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } tracing-core = { version = "0.1.33" } tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] } -xxhash-rust = { version = "0.8.12", default-features = false, features = ["xxh3", "xxh64"] } +xxhash-rust = { version = "0.8.13", default-features = false, features = ["xxh3", "xxh64"] } zerocopy = { version = "0.7.35", features = ["derive", "simd"] } [build-dependencies]