Skip to content

v0.15.0

Choose a tag to compare

@stephank stephank released this 06 Mar 08:38
· 9 commits to main since this release
  • Upgraded AWS-LC, fixing three security issues: GHSA-jchq-39cv-q4wj, GHSA-frmv-5gcm-jwxh, GHSA-cfwj-9wp5-wqvp
  • Upgraded the bytes crate, fixing one security issue: GHSA-434x-w66g-qw3r
  • 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.