Skip to content

Commit 1a14637

Browse files
Bump itertools from 0.12.1 to 0.13.0 in /light-curve
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 525db61 commit 1a14637

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)