diff --git a/Cargo.lock b/Cargo.lock index 8bfd22508c5e4..fea56bef3e81f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10212,9 +10212,9 @@ dependencies = [ [[package]] name = "xxhash-rust" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70" +checksum = "9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b" [[package]] name = "xz2" diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index d1eb6f878dc06..1b0c42502e995 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -69,7 +69,7 @@ tokio-retry = "0.3" tracing = "0.1" tracing-futures = { version = "0.2", features = ["futures-03"] } xorf = "0.8.1" -xxhash-rust = { version = "0.8.6", features = ["xxh32", "xxh64"] } +xxhash-rust = { version = "0.8.7", features = ["xxh32", "xxh64"] } zstd = { version = "0.12", default-features = false } [target.'cfg(target_os = "linux")'.dependencies]