From 31a1efecdd7540282756f2dd80e03f5da5dddc4e Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 12 May 2024 17:37:04 -0500 Subject: [PATCH] awc: update changelog for rustls 0.23 --- awc/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 507c8a080..dc42116cf 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -3,6 +3,9 @@ ## Unreleased - Minimum supported Rust version (MSRV) is now 1.72. +- Add `rustls-0_23-webpki-roots` and `rustls-0_23-native-roots` crate feature. +- Add `awc::Connector::rustls_0_23()` method. +- Fix `rustls-0_22-native-roots` root store lookup ## 3.4.0