Switch another test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies

This commit is contained in:
asonix 2024-05-12 14:33:59 -05:00
parent c59bd6ca74
commit 6b669136f3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ fn openssl_connector(cert: String, key: String) -> SslConnector {
#[actix_rt::test]
async fn accepts_connections() {
tokio_rustls_026::rustls::crypto::aws_lc_rs::default_provider()
tokio_rustls_026::rustls::crypto::ring::default_provider()
.install_default()
.unwrap();