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
6 changed files with 7 additions and 7 deletions

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.