Skip to content

Commit

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

Update itertools requirement from 0.12.0 to 0.13.0 in /test-util
  • Loading branch information
hombit authored Jun 4, 2024
2 parents 0799566 + 6ed6e40 commit af9311d
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.12.0"
itertools = "0.13.0"
lazy_static = "1.4"
light-curve-feature = { path = "..", default-features = false }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit af9311d

Please sign in to comment.