slack-morphism-rust icon indicating copy to clipboard operation
slack-morphism-rust copied to clipboard

no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point

Open Jonathan-Landeed opened this issue 6 months ago • 2 comments

Related to https://github.com/snapview/tokio-tungstenite/issues/336

I solved it by adding rustls = ">=0.23.x" to my Cargo.toml and let _ = rustls::crypto::aws_lc_rs::default_provider().install_default(); before calling slack morphism stuff, but that doesn't seem ideal.

Jonathan-Landeed avatar Aug 22 '24 21:08 Jonathan-Landeed