Skip to content

Commit

Permalink
fix(deps): update rust crate xxhash-rust to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 17, 2024
1 parent e2c1da0 commit 7ee26b9
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.57"
nextest-metadata.workspace = true
proptest = { version = "1.4.0", optional = true }
test-strategy = { version = "0.3.1", optional = true }
xxhash-rust = { version = "0.8.9", features = ["xxh3"], optional = true }
xxhash-rust = { version = "0.8.10", features = ["xxh3"], optional = true }
nextest-workspace-hack.workspace = true
winnow = "0.6.1"

Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tokio = { version = "1.36.0", features = [
] }
toml = "0.8.10"
toml_edit = { version = "0.22.6", features = ["serde"] }
xxhash-rust = { version = "0.8.9", features = ["xxh64"] }
xxhash-rust = { version = "0.8.10", features = ["xxh64"] }
zstd = { version = "0.13.0", 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 @@ -35,7 +35,7 @@ serde_json = { version = "1.0.113", features = ["unbounded_depth"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
tokio = { version = "1.36.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
uuid = { version = "1.7.0", features = ["v4"] }
xxhash-rust = { version = "0.8.9", default-features = false, features = ["xxh3", "xxh64"] }
xxhash-rust = { version = "0.8.10", default-features = false, features = ["xxh3", "xxh64"] }

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

0 comments on commit 7ee26b9

Please sign in to comment.