From 38b6ba7e5d496e3e8e2517dfc9bb95839abbbe75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 11:02:56 +0800 Subject: [PATCH] chore(deps): Bump xorf from 0.10.2 to 0.11.0 (#14194) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- src/storage/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c8b66655c0e..26c5c012368a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12480,9 +12480,9 @@ checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" [[package]] name = "xorf" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d36478bcf71152a2f9f6cf9bc48273333f32780c769ef90e13d464ab778db5f" +checksum = "cf24c008fe464f5d8f58b8d16a1ab7e930bd73b2a6933ff8704c414b2bed7f92" dependencies = [ "libm", "rand", diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index e1cff95c761e..bb135641dfa2 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -70,7 +70,7 @@ tokio-retry = "0.3" tonic = { workspace = true } tracing = "0.1" tracing-futures = { version = "0.2", features = ["futures-03"] } -xorf = "0.10.2" +xorf = "0.11.0" xxhash-rust = { version = "0.8.7", features = ["xxh32", "xxh64"] } zstd = { version = "0.13", default-features = false }