Don’t insist on ring for rustls any more.

This commit is contained in:
Martin Hoffmann
2026-02-17 13:48:12 +01:00
parent 97109475c8
commit 12a5022f0a
2 changed files with 1 additions and 2 deletions
Generated
-1
View File
@@ -2525,7 +2525,6 @@ dependencies = [
"aws-lc-rs",
"log",
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
+1 -1
View File
@@ -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"] }