Skip to content

Commit 498450c

Browse files
committed
fix(deps): update rust crate xxhash-rust to 0.8.11
1 parent 719cfdf commit 498450c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextest-filtering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ thiserror = "1.0.61"
3636
nextest-metadata.workspace = true
3737
proptest = { version = "1.4.0", optional = true }
3838
test-strategy = { version = "0.3.1", optional = true }
39-
xxhash-rust = { version = "0.8.10", features = ["xxh3"], optional = true }
39+
xxhash-rust = { version = "0.8.11", features = ["xxh3"], optional = true }
4040
nextest-workspace-hack.workspace = true
4141
winnow = "0.6.13"
4242

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tokio = { version = "1.38.0", features = [
7878
] }
7979
toml = "0.8.14"
8080
toml_edit = { version = "0.22.15", features = ["serde"] }
81-
xxhash-rust = { version = "0.8.10", features = ["xxh64"] }
81+
xxhash-rust = { version = "0.8.11", features = ["xxh64"] }
8282
zstd = { version = "0.13.1", features = ["zstdmt"] }
8383

8484
###

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rand = { version = "0.8.5" }
3232
serde = { version = "1.0.204", features = ["alloc", "derive"] }
3333
serde_json = { version = "1.0.120", features = ["unbounded_depth"] }
3434
tokio = { version = "1.38.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
35-
xxhash-rust = { version = "0.8.10", default-features = false, features = ["xxh3", "xxh64"] }
35+
xxhash-rust = { version = "0.8.11", default-features = false, features = ["xxh3", "xxh64"] }
3636

3737
[build-dependencies]
3838
cc = { version = "1.0.99", default-features = false, features = ["parallel"] }

0 commit comments

Comments
 (0)