From 2615a19e2826a786786dd14aeb962aad7493418e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:40:41 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.13 to 0.14 (#631) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- actix-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 1ec3cce2..a855fb83 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -120,7 +120,7 @@ actix-rt = "2.2" actix-server = "2" bytes = "1" futures-util = { version = "0.3.17", default-features = false, features = ["sink"] } -itertools = "0.13" +itertools = "0.14" pretty_env_logger = "0.5" rcgen = "0.13" rustls-pemfile = "2"