Bump xxhash-rust from 0.8.12 to 0.8.15
Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.12 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>
Diff
Cargo.lock | 4 +++-
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -3574,9 +3574,9 @@
[[package]]
name = "xxhash-rust"
version = "0.8.12"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
[[package]]
name = "yoke"
@@ -82,7 +82,7 @@
unix_mode = "0.1"
uuid = { version = "1.11", features = ["v4"] }
v_htmlescape = { version = "0.15", features = ["bytes-buf"] }
xxhash-rust = { version = "0.8.12", features = ["const_xxh3"] }
xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] }
yoke = { version = "0.7.5", features = ["derive"] }
[features]