File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ globset = "0.4.16"
81
81
unicase = " 2.8.1"
82
82
google-drive3 = " 6.0.0"
83
83
hyper-util = " 0.1.10"
84
- hyper-rustls = { version = " 0.27.5" , features = [ " ring " ] }
84
+ hyper-rustls = { version = " 0.27.5" }
85
85
yup-oauth2 = " 12.1.0"
86
- rustls = { version = " 0.23.25" , features = [ " ring " ] }
86
+ rustls = { version = " 0.23.25" }
87
87
http-body-util = " 0.1.3"
Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ impl Executor {
93
93
hyper_util:: client:: legacy:: Client :: builder ( hyper_util:: rt:: TokioExecutor :: new ( ) )
94
94
. build (
95
95
hyper_rustls:: HttpsConnectorBuilder :: new ( )
96
- . with_provider_and_native_roots ( rustls:: crypto:: ring:: default_provider ( ) ) ?
96
+ . with_provider_and_native_roots (
97
+ rustls:: crypto:: aws_lc_rs:: default_provider ( ) ,
98
+ ) ?
97
99
. https_only ( )
98
100
. enable_http2 ( )
99
101
. build ( ) ,
You can’t perform that action at this time.
0 commit comments