Skip to content

Commit 613cd20

Browse files
authored
Merge pull request #374 from light-curve/dependabot/cargo/light-curve/itertools-0.13.0
Bump itertools from 0.12.1 to 0.13.0 in /light-curve
2 parents 525db61 + 1a14637 commit 613cd20

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

light-curve/Cargo.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const_format = "0.2.32"
3333
conv = "0.3.3"
3434
enum-iterator = "2.0.0"
3535
enumflags2 = { version = "0.7.7", features = ["serde"] }
36-
itertools = "0.12.1"
36+
itertools = "0.13.0"
3737
macro_const = "0.1.0"
3838
mimalloc = { version = "0.1.42", features = ["local_dynamic_tls"], optional = true }
3939
ndarray = { version = "0.15.3", features = ["rayon"] }

0 commit comments

Comments
 (0)