Skip to content

Commit e595f3f

Browse files
committed
[meta] update xxhash-rust to 0.8.15
1 parent 040210c commit e595f3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ target-spec-miette = { version = "0.4.4", default-features = false, features = [
4141
tokio = { version = "1.42.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4242
tracing-core = { version = "0.1.33" }
4343
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt", "tracing-log"] }
44-
xxhash-rust = { version = "0.8.13", default-features = false, features = ["xxh3", "xxh64"] }
44+
xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3", "xxh64"] }
4545
zerocopy = { version = "0.7.35", features = ["derive", "simd"] }
4646

4747
[build-dependencies]

0 commit comments

Comments
 (0)