Skip to content

Commit

Permalink
Merge pull request #26 from mlund/dependabot/cargo/itertools-0.12
Browse files Browse the repository at this point in the history
Update itertools requirement from 0.11 to 0.12
  • Loading branch information
mlund committed Dec 1, 2023
2 parents d0aef03 + a2da268 commit 2b35876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { version = "4.1", features = ["derive"] }
nalgebra = "0.32"
num-traits = "0.2"
average = "0.14"
itertools = "0.11"
itertools = "0.12"
approx = "0.5"
indicatif = "0.17"
derive_builder = "0.12"

0 comments on commit 2b35876

Please sign in to comment.