File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 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"
8181unicase = " 2.8.1"
8282google-drive3 = " 6.0.0"
8383hyper-util = " 0.1.10"
84- hyper-rustls = { version = " 0.27.5" , features = [ " ring " ] }
84+ hyper-rustls = { version = " 0.27.5" }
8585yup-oauth2 = " 12.1.0"
86- rustls = { version = " 0.23.25" , features = [ " ring " ] }
86+ rustls = { version = " 0.23.25" }
8787http-body-util = " 0.1.3"
Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ impl Executor {
9393 hyper_util:: client:: legacy:: Client :: builder ( hyper_util:: rt:: TokioExecutor :: new ( ) )
9494 . build (
9595 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+ ) ?
9799 . https_only ( )
98100 . enable_http2 ( )
99101 . build ( ) ,
You can’t perform that action at this time.
0 commit comments