@@ -24,6 +24,7 @@ chrono = "0.4.38"
2424rustix = { version = " 1" , features = [" process" , " stdio" ] }
2525libc = " 0.2.159"
2626reqwest = { version = " 0.13" , default-features = false }
27+ rustls-platform-verifier = { version = " 0.6" , optional = true }
2728rustls = { version = " 0.23" , default-features = false , features = [" ring" , " tls12" ], optional = true }
2829tracing = " 0.1.40"
2930tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
@@ -81,8 +82,8 @@ aosc = ["dep:oma-topics", "oma-refresh/aosc", "oma-pm/aosc", "oma-contents/aosc"
8182sequoia-openssl-backend = [" oma-refresh/sequoia-openssl-backend" ]
8283sequoia-nettle-backend = [" oma-refresh/sequoia-nettle-backend" ]
8384tokio-console = [" dep:console-subscriber" ]
84- rustls = [" reqwest/rustls-no-provider" , " dep:rustls" , " oma-fetch/rustls" , " oma-refresh/rustls" , " oma-topics/rustls" ]
85- openssl = [" reqwest/native-tls" , " reqwest/http2 " , " oma-fetch/native-tls" , " oma-refresh/native-tls" , " oma-topics/native-tls" ]
85+ rustls = [" reqwest/rustls-no-provider" , " dep:rustls-platform-verifier " , " dep:rustls " , " oma-fetch/rustls" , " oma-refresh/rustls" , " oma-topics/rustls" ]
86+ openssl = [" reqwest/native-tls" , " oma-fetch/native-tls" , " oma-refresh/native-tls" , " oma-topics/native-tls" ]
8687nice-setup = [" sequoia-nettle-backend" , " rustls" , " oma-refresh/apt" ]
8788openssl-setup = [" sequoia-openssl-backend" , " openssl" , " oma-refresh/apt" ]
8889default = [" aosc" , " nice-setup" ]
0 commit comments