From e96de9c47d21100793b4bb0f45b558d680a3cb1e Mon Sep 17 00:00:00 2001 From: Carlo Mazzaferro Date: Tue, 26 Nov 2024 09:04:10 +0100 Subject: [PATCH] update rustls deps --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffd0be7..93f9392 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ "bitflags 2.5.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "lazycell", "log", @@ -1821,7 +1821,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing",