Skip to content

Commit

Permalink
Update versions itertools 0.14, thiserror 2, which 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronriekenberg committed Jan 4, 2025
1 parent 696f769 commit 7244cac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
33 changes: 15 additions & 18 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repository = "https://github.com/aaronriekenberg/rust-parallel"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
indicatif = "0.17"
itertools = "0.13"
itertools = "0.14"
num_cpus = "1"
regex = "1"
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
which = "6"
which = "7"

[dev-dependencies]
assert_cmd = "2"
Expand Down

0 comments on commit 7244cac

Please sign in to comment.