Skip to content

Commit

Permalink
Bump xxhash-rust from 0.8.12 to 0.8.13
Browse files Browse the repository at this point in the history
Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.12 to 0.8.13.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 43e9b4b commit 83bc535
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -152,7 +152,7 @@ unindent = "0.2.3"
url = { version = "2.5.4", features = ["serde"] }
walkdir = "2.4.0"
which = { version = "7.0.0", features = ["regex"] }
xxhash-rust = { version = "0.8.12", features = ["const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"] }
xxhash-rust = { version = "0.8.13", features = ["const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"] }
zstd = "0.13.2"

[workspace.lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-xxhash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true

[dependencies]
pyo3 = { workspace = true, features = ["experimental-inspect", "num-bigint"] }
xxhash-rust = { version = "0.8.12", features = ["const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"] }
xxhash-rust = { version = "0.8.13", features = ["const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"] }

[lints]
workspace = true

0 comments on commit 83bc535

Please sign in to comment.