parent
0e5bb04a56
commit
71a7d9cdcd
@ -1,19 +0,0 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
__rustls
|
||||
futures-channel
|
||||
h3
|
||||
h3-quinn
|
||||
http3
|
||||
hyper-rustls
|
||||
native-tls-vendored
|
||||
quinn
|
||||
rustls
|
||||
rustls-native-certs
|
||||
rustls-pemfile
|
||||
rustls-tls
|
||||
rustls-tls-manual-roots
|
||||
rustls-tls-native-roots
|
||||
rustls-tls-webpki-roots
|
||||
tokio-rustls
|
||||
webpki-roots
|
@ -0,0 +1,31 @@
|
||||
[features]
|
||||
hide = [
|
||||
"__rustls",
|
||||
"futures-channel",
|
||||
"h3",
|
||||
"h3-quinn",
|
||||
"http3",
|
||||
"hyper-rustls",
|
||||
"native-tls-vendored",
|
||||
"quinn",
|
||||
"rustls",
|
||||
"rustls-native-certs",
|
||||
"rustls-pemfile",
|
||||
"rustls-tls",
|
||||
"rustls-tls-manual-roots",
|
||||
"rustls-tls-native-roots",
|
||||
"rustls-tls-webpki-roots",
|
||||
"tokio-rustls",
|
||||
"webpki-roots",
|
||||
]
|
||||
|
||||
[tests]
|
||||
skip = [
|
||||
"test_allowed_methods",
|
||||
"test_badssl_modern",
|
||||
"test_badssl_self_signed",
|
||||
"test_tls_info",
|
||||
]
|
||||
skip-exact = true
|
||||
comments = ["skip tests which require internet access"]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (reqwest-0.11.20.crate) = 0cd5fcaf8f3997683f39aec422c3cd5f37a5f0b3b7ffacae7d97008b0de93e21ab7318fba9a9eebbb677a5bc4289610d5153e8ac1e8fe94aac9da2c2ede94c6d
|
||||
SHA512 (reqwest-0.11.22.crate) = aaf1218a239a9c979b7a14198bbc1ffada80237a0d05a63242f8486d416c3dce636dbaf205976da4655973ddc5168a3e8d4ad341e2f042c5f239a7af35c7c5d2
|
||||
|
Loading…
Reference in new issue