From fe0a984804cd4e485bdee9a2fa517e624b52ca69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:00:52 +0000 Subject: [PATCH] Update itertools requirement from 0.10.5 to 0.11.0 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c11920..8353516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ unicode-segmentation = "1.10.0" oxigraph = "0.3.10" tera = "1.17.1" chrono = "0.4.23" -itertools = "0.10.5" +itertools = "0.11.0" flate2 = "1.0.25" csv = "1.1.6" fs_extra = "1.3.0"