Skip to content

Commit

Permalink
Update Rust crate rayon to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 3, 2024
1 parent 5e98c0b commit 92a58f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.4", default-features = false }
proptest = { version = "1.4.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
rayon = { version = "1.8.0", optional = true }
rayon = { version = "1.8.1", optional = true }
semver = "1.0.20"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ once_cell = "1.19.0"
petgraph = { version = "0.6.4", default-features = false, features = [
"graphmap",
] }
rayon = "1.8.0"
rayon = "1.8.1"
serde = { version = "1.0.193", features = ["derive"] }
toml = "0.5.11"
guppy-workspace-hack.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ owo-colors = { version = "3.5.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.4.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
rayon = "1.8.0"
rayon = "1.8.1"
serde = { version = "1.0.193", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.0.1", path = "../../target-spec" }
Expand Down

0 comments on commit 92a58f7

Please sign in to comment.