Skip to content

Commit 3143a2c

Browse files
committed
chore(actix-tls): prepare release 3.5.0
1 parent dde5064 commit 3143a2c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-tls/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## 3.5.0
6+
7+
- Update `rustls-native-certs` (`0.7`) dependency to `0.8`.
58
- Minimum supported Rust version (MSRV) is now 1.76.
69

710
## 3.4.0

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-tls"
3-
version = "3.4.0"
3+
version = "3.5.0"
44
authors = ["Nikolay Kim <[email protected]>", "Rob Ede <[email protected]>"]
55
description = "TLS acceptor and connector services for Actix ecosystem"
66
keywords = ["network", "tls", "ssl", "async", "transport"]

actix-tls/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/actix-tls?label=latest)](https://crates.io/crates/actix-tls)
8-
[![Documentation](https://docs.rs/actix-tls/badge.svg?version=3.4.0)](https://docs.rs/actix-tls/3.4.0)
8+
[![Documentation](https://docs.rs/actix-tls/badge.svg?version=3.5.0)](https://docs.rs/actix-tls/3.5.0)
99
[![Version](https://img.shields.io/badge/rustc-1.52+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-tls.svg)
1111
<br />
12-
[![Dependency Status](https://deps.rs/crate/actix-tls/3.4.0/status.svg)](https://deps.rs/crate/actix-tls/3.4.0)
12+
[![Dependency Status](https://deps.rs/crate/actix-tls/3.5.0/status.svg)](https://deps.rs/crate/actix-tls/3.5.0)
1313
![Download](https://img.shields.io/crates/d/actix-tls.svg)
1414
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1515

0 commit comments

Comments
 (0)