From dcb7ffc9d0aeff29f4ee0522df942246d827dd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:21:23 +0000 Subject: [PATCH] build(rust): bump itertools from 0.10.5 to 0.11.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- connectorx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8abc57cc6..35dbc492d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -989,7 +989,7 @@ dependencies = [ "gcp-bigquery-client", "hex", "iai", - "itertools 0.10.5", + "itertools 0.11.0", "j4rs", "log", "mysql_common", diff --git a/connectorx/Cargo.toml b/connectorx/Cargo.toml index 43e3d6697..755ecf42e 100644 --- a/connectorx/Cargo.toml +++ b/connectorx/Cargo.toml @@ -12,7 +12,7 @@ version = "0.3.3-alpha.1" [dependencies] anyhow = "1" fehler = "1" -itertools = "0.10" +itertools = "0.11" log = "0.4" rayon = "1" sqlparser = "0.37"