@@ -24,7 +24,6 @@ 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 }
2827rustls = { version = " 0.23" , default-features = false , features = [" ring" , " tls12" ], optional = true }
2928tracing = " 0.1.40"
3029tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
@@ -82,8 +81,8 @@ aosc = ["dep:oma-topics", "oma-refresh/aosc", "oma-pm/aosc", "oma-contents/aosc"
8281sequoia-openssl-backend = [" oma-refresh/sequoia-openssl-backend" ]
8382sequoia-nettle-backend = [" oma-refresh/sequoia-nettle-backend" ]
8483tokio-console = [" dep:console-subscriber" ]
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" ]
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" ]
8786nice-setup = [" sequoia-nettle-backend" , " rustls" , " oma-refresh/apt" ]
8887openssl-setup = [" sequoia-openssl-backend" , " openssl" , " oma-refresh/apt" ]
8988default = [" aosc" , " nice-setup" ]
0 commit comments