From 5a41e245a75a055253019252b81a7fca7f01af5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:34:36 +0000 Subject: [PATCH] chore: update itertools requirement from 0.14.0 to 0.15.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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 4187c680..5a0bad06 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -35,7 +35,7 @@ rsa.workspace = true sha2 = "0.11" chacha20poly1305.workspace = true openssl = "0.10" -itertools = "0.14.0" +itertools = "0.15.0" jwt-simple = "0.11" # Global variables