From 968ad3b8548df3829ffdfd33a4bd75f25b8ad74f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 17 Jan 2024 04:26:46 +0000 Subject: [PATCH] chore(actix-tls): prepare release 3.2.0 --- actix-tls/CHANGES.md | 2 ++ actix-tls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 2c49bebc..7bf90865 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.2.0 + - Support Rustls v0.22. - Added `{accept, connect}::rustls_0_22` modules. - Add `rustls-0_21-native-roots` and `rustls-0_20-native-roots` crate features which utilize the `rustls-native-certs` crate to enable a `native_roots_cert_store()` functions in each rustls-based `connect` module. diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index e5a0998d..630b7e08 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.1.1" +version = "3.2.0" authors = [ "Nikolay Kim ", "Rob Ede ",