You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hey, thanks for letting me know there are some issues.
I've removed my Cargo.lock to verify it with the latest builds (rustls v0.27.2 there) and It seems working with socket_mode example without changing anything. I would guess it is related to some specific features configuration in your app?
Related to snapview/tokio-tungstenite#336
I solved it by adding
rustls = ">=0.23.x"
to my Cargo.toml andlet _ = rustls::crypto::aws_lc_rs::default_provider().install_default();
before calling slack morphism stuff, but that doesn't seem ideal.The text was updated successfully, but these errors were encountered: