From b57954bf77917d41fbb3a43bed37c5ce9a014b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:26:34 +0000 Subject: [PATCH] Bump itertools from 0.10.5 to 0.13.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2eb5bc..46f5a93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ dependencies = [ "float-cmp", "glob", "indicatif", - "itertools", + "itertools 0.13.0", "lazy_static", "lexical", "log", @@ -359,7 +359,7 @@ dependencies = [ "ciborium", "clap", "criterion-plot", - "itertools", + "itertools 0.10.5", "lazy_static", "num-traits", "oorandom", @@ -380,7 +380,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools", + "itertools 0.10.5", ] [[package]] @@ -922,6 +922,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -1107,7 +1116,7 @@ dependencies = [ "fitsio-sys", "flate2", "hifitime", - "itertools", + "itertools 0.10.5", "lazy_static", "log", "mwalib", diff --git a/Cargo.toml b/Cargo.toml index 1071ea9..3a2eadb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ byteorder = "1.5.0" cfg-if = "1.0.0" derive_builder = "0.11.1" indicatif = { version = "0.17.0", features = ["rayon"] } -itertools = "0.10.0" +itertools = "0.13.0" lazy_static = "1.4.0" log = "0.4.0" marlu = "0.15.0"