Skip to content

Commit

Permalink
fix(deps): update rust crate xxhash-rust to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jul 9, 2024
1 parent 719cfdf commit 498450c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ thiserror = "1.0.61"
nextest-metadata.workspace = true
proptest = { version = "1.4.0", optional = true }
test-strategy = { version = "0.3.1", optional = true }
xxhash-rust = { version = "0.8.10", features = ["xxh3"], optional = true }
xxhash-rust = { version = "0.8.11", features = ["xxh3"], optional = true }
nextest-workspace-hack.workspace = true
winnow = "0.6.13"

Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tokio = { version = "1.38.0", features = [
] }
toml = "0.8.14"
toml_edit = { version = "0.22.15", features = ["serde"] }
xxhash-rust = { version = "0.8.10", features = ["xxh64"] }
xxhash-rust = { version = "0.8.11", features = ["xxh64"] }
zstd = { version = "0.13.1", features = ["zstdmt"] }

###
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rand = { version = "0.8.5" }
serde = { version = "1.0.204", features = ["alloc", "derive"] }
serde_json = { version = "1.0.120", features = ["unbounded_depth"] }
tokio = { version = "1.38.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
xxhash-rust = { version = "0.8.10", default-features = false, features = ["xxh3", "xxh64"] }
xxhash-rust = { version = "0.8.11", default-features = false, features = ["xxh3", "xxh64"] }

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

0 comments on commit 498450c

Please sign in to comment.