From 12a5022f0ad25b262db22d51f9cb4cb6eccc1bb3 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Tue, 17 Feb 2026 13:48:12 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20insist=20on=20ring=20for=20rust?= =?UTF-8?q?ls=20any=20more.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 505ca7be..f6e516b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2525,7 +2525,6 @@ dependencies = [ "aws-lc-rs", "log", "once_cell", - "ring", "rustls-pki-types", "rustls-webpki", "subtle", diff --git a/Cargo.toml b/Cargo.toml index 597ca28a..3e38a7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" tempfile = "3.19.1" tokio = { version = "1", features = [ "macros", "rt", "rt-multi-thread", "signal", "time" ] } -tokio-rustls = { version = "0.26", default-features = false, features = [ "ring", "logging", "tls12" ] } +tokio-rustls = { version = "0.26" } toml = "0.9.5" url = { version = "2.5.4", features = ["serde"] } uuid = { version = "1.16", features = ["serde", "v4"] }