diff --git a/Cargo.lock b/Cargo.lock index df31c45e5667b..363cc85ad059a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11037,9 +11037,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 9e0fac5826d6a..0797c462d61e5 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.13", default-features = false }