From 3696cda155784396a731466f6224200610b6d42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:06:51 +0100 Subject: [PATCH] --- (#562) 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 eb23cb6d..cb90fb7f 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" }