Skip to content

Commit

Permalink
Merge pull request #31 from jewlexx/renovate/rayon-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate rayon to 1.6.1
  • Loading branch information
jewlexx authored Dec 28, 2022
2 parents 0a08759 + a18b19e commit 1e4802c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.0.32", features = ["derive"] }
mincolor = "2.0.1"
reqwest = { version = "0.11.13", features = ["json", "blocking"] }
indicatif = { version = "0.17.2", features = ["rayon"] }
rayon = "1.6.0"
rayon = "1.6.1"
parking_lot = "0.12.1"

[profile.release]
Expand Down

0 comments on commit 1e4802c

Please sign in to comment.