From 9f1ed89b179688be437edd6fd12a6827997918f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:11:16 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- connector_arrow/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b636398..ea1541f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ dependencies = [ "bitflags 2.5.0", "cexpr", "clang-sys", - "itertools", + "itertools 0.12.1", "lazy_static", "lazycell", "proc-macro2", @@ -610,7 +610,7 @@ dependencies = [ "futures", "half", "hex", - "itertools", + "itertools 0.13.0", "log", "mysql", "once_cell", @@ -1281,6 +1281,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" diff --git a/connector_arrow/Cargo.toml b/connector_arrow/Cargo.toml index 7907570..e5581c9 100644 --- a/connector_arrow/Cargo.toml +++ b/connector_arrow/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"] name = "connector_arrow" [dependencies] -itertools = "0.12" +itertools = "0.13" log = "0.4" thiserror = "1" chrono = "0.4"