Skip to content

Commit

Permalink
chore(deps): Bump xxhash-rust from 0.8.10 to 0.8.12 (#29)
Browse files Browse the repository at this point in the history
Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.10 to 0.8.12.
- [Commits](https://github.com/DoumanAsh/xxhash-rust/commits)

---
updated-dependencies:
- dependency-name: xxhash-rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 0xCCF4 <0xCCF4-git-commit@lenzentech.de>
  • Loading branch information
dependabot[bot] and 0xCCF4 authored Sep 10, 2024
1 parent d60cfb4 commit c795bf9
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.128"
num_cpus = "1.16.0"
file-id = "0.2.1"
xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh64"], optional = true }
xxhash-rust = { version = "0.8.12", features = ["xxh32", "xxh64"], optional = true }
sha1 = { version = "0.11.0-pre.4", optional = true }
sha2 = { version = "0.10.8", optional = true }
const_format = "0.2.33"
Expand Down

0 comments on commit c795bf9

Please sign in to comment.