diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 1ec3cce2c..a855fb83e 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"