prune ring dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 21 Jan 2026 10:34:28 +0000 (11:34 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 16 Apr 2026 08:00:20 +0000 (10:00 +0200)
it contains a lot of pregenerated assembly files

Forwarded: not-needed

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Topic prune
Gbp-Pq: Name d-0022-prune-ring-dependencies.patch

vendor/hyper-rustls-0.27.7/Cargo.toml
vendor/rustls-0.23.35/Cargo.toml
vendor/rustls-webpki-0.103.8/Cargo.toml
vendor/tokio-rustls-0.26.4/Cargo.toml

index 96b44cdf5a80df9e296d678e55931fbe222896dc..2b122b7d166ab980eff4967556083fcd89cfc06e 100644 (file)
@@ -65,7 +65,6 @@ logging = [
     "rustls/logging",
 ]
 native-tokio = ["rustls-native-certs"]
-ring = ["rustls/ring"]
 tls12 = [
     "tokio-rustls/tls12",
     "rustls/tls12",
index 4614365225b2f3dc502b014dcba27541b4752056..4299e2bc9c34ee843f1e3e44f24b17f1d0a51916 100644 (file)
@@ -85,10 +85,6 @@ read_buf = [
     "rustversion",
     "std",
 ]
-ring = [
-    "dep:ring",
-    "webpki/ring",
-]
 std = [
     "webpki/std",
     "pki-types/std",
@@ -152,10 +148,6 @@ version = "1.12"
 features = ["alloc"]
 package = "rustls-pki-types"
 
-[dependencies.ring]
-version = "0.17"
-optional = true
-
 [dependencies.subtle]
 version = "2.5.0"
 default-features = false
index 611a4b360cce93a8d940da835a4de65c9b9ca6d9..3cee9e05e300b2f15dbff5933e898f94771d8f68 100644 (file)
@@ -77,7 +77,6 @@ rustdoc-args = [
 
 [features]
 alloc = [
-    "ring?/alloc",
     "pki-types/alloc",
 ]
 aws-lc-rs = [
@@ -94,7 +93,6 @@ aws-lc-rs-unstable = [
     "aws-lc-rs/unstable",
 ]
 default = ["std"]
-ring = ["dep:ring"]
 std = [
     "alloc",
     "pki-types/std",
@@ -114,11 +112,6 @@ version = "1.12"
 default-features = false
 package = "rustls-pki-types"
 
-[dependencies.ring]
-version = "0.17"
-optional = true
-default-features = false
-
 [dependencies.untrusted]
 version = "0.9"
 
index 7eabd78b37858b900212029e6c01dbe9c127fc75..3029249de1f252a53303a920173e01baba13bdb0 100644 (file)
@@ -49,7 +49,6 @@ default = [
 early-data = []
 fips = ["rustls/fips"]
 logging = ["rustls/logging"]
-ring = ["rustls/ring"]
 tls12 = ["rustls/tls12"]
 zlib = ["rustls/zlib"]