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
Upgraded the toml crate, which adds new .toml file syntax features, per the TOML 1.1 specification. This should have minimal impact on existing installations. See the TOML changelog for details.
In the default Rustls configuration, TLS certification verification now uses the rustls-platform-verifier crate, instead of rustls-native-certs. This should have minimal impact on existing installations. See the rust-platform-verifier README for details on differences.
The minimum supported Rust compiler version has been raised to 1.89. This only affects you when building from source.