chore: prepare libp2p v0.52.3

- Addresses TLS CVE:
- https://github.com/libp2p/rust-libp2p/pull/4381
- https://github.com/libp2p/rust-libp2p/pull/4378
- Stable QUIC https://github.com/libp2p/rust-libp2p/pull/4325
- New rust-libp2p-server release https://github.com/libp2p/rust-libp2p/pull/4311

Pull-Request: #4387.
This commit is contained in:
Max Inden 2023-08-24 14:47:59 +02:00 committed by GitHub
parent 06bc6777a1
commit e8759c85c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
## 0.52.3 - unreleased
## 0.52.3
- Add `libp2p-quic` stable release.

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.12.1] - unreleased
## [0.12.1]
### Changed
- Move to tokio and hyper.

View File

@ -1,8 +1,8 @@
## 0.43.1 - unreleased
## 0.43.1
- Update dependencies.
## 0.43.0
## 0.43.0
- Raise MSRV to 1.65.
See [PR 3715].

View File

@ -1,4 +1,4 @@
## 0.9.2 - unreleased
## 0.9.2
- Cut stable release.

View File

@ -1,4 +1,4 @@
## 0.2.1 - unreleased
## 0.2.1
- Switch from webpki to rustls-webpki.
This is a part of the resolution of the [RUSTSEC-2023-0052].

View File

@ -1,4 +1,4 @@
## 0.42.1 - unreleased
## 0.42.1
- Bump `futures-rustls` to `0.24.0`.
This is a part of the resolution of the [RUSTSEC-2023-0052].