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 }