Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/rayon-1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san authored Jan 17, 2024
2 parents 6d7448b + ff0af1c commit bf3ec24
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 18 deletions.
98 changes: 81 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bench = false
# Please keep this list in alphabetical order
[dependencies]
ansi_term = "0.12.1"
clap = {version = "4.3.21", features = ["derive"]}
clap = {version = "4.4.18", features = ["derive"]}
crossbeam = "0.8"
env_logger = "0.10.0"
include_dir = "0.7.3"
Expand All @@ -33,6 +33,7 @@ num = "0.4"
once_cell = "1.18.0"
proc-macro2 = "1.0.63" # Required due to https://github.com/rust-lang/rust/issues/113152
rayon = "1.8.0"
proc-macro2 = "1.0.76" # Required due to https://github.com/rust-lang/rust/issues/113152
regex = "1.9.1"
text_io = "0.1.12"

Expand Down

0 comments on commit bf3ec24

Please sign in to comment.