We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fb7a5 commit 40e5401Copy full SHA for 40e5401
src/utils/runtime/src/lib.rs
@@ -72,7 +72,7 @@ where
72
{
73
set_panic_hook();
74
75
- rustls::crypto::aws_lc_rs::default_provider()
+ rustls::crypto::ring::default_provider()
76
.install_default()
77
.inspect_err(|e| {
78
tracing::error!(?e, "Failed to install default crypto provider.");
0 commit comments