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 noticed that you added a dependency on the sha2 crate, which added a few transitive dependencies. It would be nice to use the crypto libraries (either ring or aws-lc-rs, which have very similar APIs) that rustls already depends on, instead.