From a1da8d586effd871a53847a7fba8ab9f123e2179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:45:21 +0000 Subject: [PATCH] --- 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 eb23cb6de8..cb90fb7f93 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -130,7 +130,7 @@ actix-server = "2" bytes = "1" pretty_env_logger = "0.5" futures-util = { version = "0.3.17", default-features = false, features = ["sink"] } -itertools = "0.12" +itertools = "0.13" rcgen = "0.12" rustls-pemfile = "2" tokio-rustls-026 = { package = "tokio-rustls", version = "0.26" }