From c1352e408421cc680e2ba2e9c8857d7b9c629cb6 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 11 Apr 2025 14:49:32 -0400 Subject: [PATCH] Fix rustls in Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f32e6f750b9e4f638158411d7cf10cfb158cea2b..3522d3733d06563a40b7b0d99a95dd28e3d710f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1100,7 +1100,7 @@ source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc dependencies = [ "futures-core", "futures-io", - "rustls 0.23.25", + "rustls 0.23.26", "rustls-pemfile 2.2.0", "webpki-roots", ]