From ffd90c979975c16b45cf63e824cb097ebea31b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:10:46 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.13 to 0.14 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] --- 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"