File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
119
119
steps :
120
120
- uses : actions/checkout@v4
121
- -
uses :
mozilla-actions/[email protected] .4
121
+ -
uses :
mozilla-actions/[email protected] .9
122
122
- uses : dtolnay/rust-toolchain@master
123
123
with :
124
124
toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ impl EndpointFactory {
317
317
fn client_config ( & self ) -> ClientConfig {
318
318
let mut roots = rustls:: RootCertStore :: empty ( ) ;
319
319
roots. add ( self . cert . cert . der ( ) . clone ( ) ) . unwrap ( ) ;
320
- let client_config = ClientConfig :: with_root_certificates ( Arc :: new ( roots ) ) . unwrap ( ) ;
321
- client_config
320
+
321
+ ClientConfig :: with_root_certificates ( Arc :: new ( roots ) ) . unwrap ( )
322
322
}
323
323
}
324
324
You can’t perform that action at this time.
0 commit comments