Skip to content

Commit

Permalink
Merge pull request #150 from light-curve/dependabot/cargo/test-util/i…
Browse files Browse the repository at this point in the history
…tertools-0.12.0

Update itertools requirement from 0.11.0 to 0.12.0 in /test-util
  • Loading branch information
hombit authored Dec 1, 2023
2 parents 595dc35 + ab945bb commit 8b1f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
csv = "1.1"
conv = "0.3.3"
include_dir = {version = "0.7.3", features = ["glob"]}
itertools = "0.11.0"
itertools = "0.12.0"
lazy_static = "1.4"
light-curve-feature = { path = "..", default-features = false }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 8b1f17a

Please sign in to comment.