Skip to content

Commit

Permalink
chore(deps): bump xxhash-rust from 0.8.13 to 0.8.15 (#70)
Browse files Browse the repository at this point in the history
Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.13 to 0.8.15.
- [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>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent c3ee784 commit 1362a7e
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.216", features = ["derive", "rc"] }
serde_json = "1.0.134"
num_cpus = "1.16.0"
file-id = "0.2.2"
xxhash-rust = { version = "0.8.13", features = ["xxh32", "xxh64"], optional = true }
xxhash-rust = { version = "0.8.15", 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.34"
Expand Down

0 comments on commit 1362a7e

Please sign in to comment.