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
The zeroize dependency of aws-lc-rs -> s2n-tls-sys has updated their MSRV to 1.72 in v1.8.0. This breaks our build, since our MSRV is < 1.72. The zeroize dependency will be pinned to work around this MSRV increase.
Solution:
zeroize should be unpinned after our MSRV is increased to 1.72.