Skip to content

Commit

Permalink
Update Rust crate rayon to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Oct 3, 2023
1 parent 4af77d4 commit a978741
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
20 changes: 4 additions & 16 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 @@ -43,7 +43,7 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.4", default-features = false }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
rayon = { version = "1.7.0", optional = true }
rayon = { version = "1.8.0", optional = true }
semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ once_cell = "1.18.0"
petgraph = { version = "0.6.4", default-features = false, features = [
"graphmap",
] }
rayon = "1.7.0"
rayon = "1.8.0"
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.5.11"
guppy-workspace-hack = { version = "0.1", path = "../../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ owo-colors = { version = "3.5.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
rayon = "1.7.0"
rayon = "1.8.0"
serde = { version = "1.0.188", 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 a978741

Please sign in to comment.