From 2f038ce19c3cd3dfa8e47142202170813b88c942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:02:29 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.13.0 to 0.14.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.13.0...v0.14.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 edd512b..7971d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ jsonschema = { version = "0.28.1", default-features = false, optional = true } chrono = { version = "0.4.31", optional = true } chrono-tz = { version = "0.10.0", optional = true } jsonwebtoken = { version = "9.2.0", optional = true } -itertools = { version = "0.13.0", default-features = false, optional = true } +itertools = { version = "0.14.0", default-features = false, optional = true } serde_yaml = {version = "0.9.16", default-features = false, optional = true } rand = { version = "0.8.5", default-features = false, optional = true }