From 1f201f89dc9d08bca412c232ca68ed82fad47fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:31:52 +0000 Subject: [PATCH] chore(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] --- shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/Cargo.toml b/shared/Cargo.toml index a92a1864..8e4bc740 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -33,7 +33,7 @@ rsa = "0.9" sha2 = "0.10" openssl = "0.10" chacha20poly1305 = "0.10" -itertools = "0.13.0" +itertools = "0.14.0" jwt-simple = "0.11" # Global variables