Skip to content

Commit 9775b07

Browse files
build(deps): bump itertools from 0.14.0 to 0.15.0 in /light-curve
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caeda77 commit 9775b07

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

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
@@ -39,7 +39,7 @@ const_format = "0.2.35"
3939
conv = "0.3.3"
4040
enum-iterator = "2.3.0"
4141
enumflags2 = { version = "0.7.12", features = ["serde"] }
42-
itertools = "0.14.0"
42+
itertools = "0.15.0"
4343
macro_const = "0.1.0"
4444
# v2: mimalloc v3.3.0+ crashes when two instances coexist in the same process
4545
# (our .so + pyarrow's libarrow both bundle mimalloc). v2 uses a separate

0 commit comments

Comments
 (0)