@@ -11,12 +11,12 @@ repository = "https://github.com/rustls/hyper-rustls"
11
11
documentation = " https://docs.rs/hyper-rustls/"
12
12
13
13
[features ]
14
- default = [" native-tokio" , " http1" , " tls12" , " logging " , " aws-lc-rs" ]
15
- aws-lc-rs = [" rustls/aws_lc_rs " ]
14
+ default = [" native-tokio" , " http1" , " tls12" , " log " , " aws-lc-rs" ]
15
+ aws-lc-rs = [" rustls/aws-lc-rs " ]
16
16
fips = [" aws-lc-rs" , " rustls/fips" ]
17
17
http1 = [" hyper-util/http1" ]
18
18
http2 = [" hyper-util/http2" ]
19
- logging = [" log" , " tokio-rustls/logging " , " rustls/logging " ]
19
+ log = [" dep: log" , " tokio-rustls/log " , " rustls/log " ]
20
20
native-tokio = [" rustls-native-certs" ]
21
21
ring = [" rustls/ring" ]
22
22
tls12 = [" tokio-rustls/tls12" , " rustls/tls12" ]
@@ -29,18 +29,18 @@ hyper-util = { version = "0.1", default-features = false, features = ["client-le
29
29
log = { version = " 0.4.4" , optional = true }
30
30
pki-types = { package = " rustls-pki-types" , version = " 1" }
31
31
rustls-native-certs = { version = " 0.8" , optional = true }
32
- rustls-platform-verifier = { version = " 0.6 " , optional = true }
33
- rustls = { version = " 0.23 " , default-features = false }
32
+ rustls-platform-verifier = { git = " https://github.com/fenollp/rustls-platform-verifier.git " , branch = " rustls-0.24 " , optional = true }
33
+ rustls = { git = " https://github.com/rustls/rustls.git " , rev = " 30f3753a70c3b138841675b6381c0b63a3005414 " , default-features = false }
34
34
tokio = " 1.0"
35
- tokio-rustls = { version = " 0.26 " , default-features = false }
35
+ tokio-rustls = { git = " https://github.com/fenollp/tokio-rustls.git " , branch = " rustls-0.24 " , default-features = false }
36
36
tower-service = " 0.3"
37
37
webpki-roots = { version = " 1" , optional = true }
38
38
39
39
[dev-dependencies ]
40
40
cfg-if = " 1"
41
41
http-body-util = " 0.1"
42
42
hyper-util = { version = " 0.1" , default-features = false , features = [" server-auto" ] }
43
- rustls = { version = " 0.23 " , default-features = false , features = [" tls12" ] }
43
+ rustls = { git = " https://github.com/rustls/rustls.git " , rev = " 30f3753a70c3b138841675b6381c0b63a3005414 " , default-features = false , features = [" tls12" ] }
44
44
rustls-pemfile = " 2"
45
45
tokio = { version = " 1.0" , features = [" io-std" , " macros" , " net" , " rt-multi-thread" ] }
46
46
@@ -59,7 +59,7 @@ no-default-features = true
59
59
features = [
60
60
" http1" ,
61
61
" http2" ,
62
- " logging " ,
62
+ " log " ,
63
63
" native-tokio" ,
64
64
" ring" ,
65
65
" rustls-platform-verifier" ,
0 commit comments