From 5c296b38d5bfe81af371583b8e1c956350f79ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:53:47 +0000 Subject: [PATCH] chore(deps): Bump xorf from 0.8.1 to 0.10.2 Bumps [xorf](https://github.com/ayazhafiz/xorf) from 0.8.1 to 0.10.2. - [Release notes](https://github.com/ayazhafiz/xorf/releases) - [Commits](https://github.com/ayazhafiz/xorf/compare/0.8.1...0.10.2) --- updated-dependencies: - dependency-name: xorf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/storage/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6aa95cbffff39..19c69c0ef2a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10924,9 +10924,9 @@ checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" [[package]] name = "xorf" -version = "0.8.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57901b00e3f8e14f4d20b8955bf8087ecb545cfe2ed8741c2a2dbc89847a1a29" +checksum = "7d36478bcf71152a2f9f6cf9bc48273333f32780c769ef90e13d464ab778db5f" dependencies = [ "libm", "rand", diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index acbc05d8f536a..636950c854715 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -69,7 +69,7 @@ tokio-retry = "0.3" tonic = { workspace = true } tracing = "0.1" tracing-futures = { version = "0.2", features = ["futures-03"] } -xorf = "0.8.1" +xorf = "0.10.2" xxhash-rust = { version = "0.8.7", features = ["xxh32", "xxh64"] } zstd = { version = "0.12", default-features = false }