Skip to content

Commit

Permalink
chore(deps): Bump xxhash-rust from 0.8.6 to 0.8.7 (#12159)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2023
1 parent c924c37 commit 8bd524b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit 8bd524b

Please sign in to comment.