From 73185fbd7ce5b0e1b991ca3016f6307b35139442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:18:19 +0000 Subject: [PATCH] Update itertools requirement from 0.12.1 to 0.13.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.12.1...v0.13.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 bf376f3..0c987de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ venndb-macros = { version = "0.4.0", path = "venndb-macros" } [dev-dependencies] divan = "0.1.14" -itertools = "0.12.1" +itertools = "0.13.0" sqlite = "0.36.0" [[bench]]