1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

Update rustls-related dependencies (#154)

This commit is contained in:
Yuki Okushi
2020-07-14 19:14:06 +09:00
committed by GitHub
parent 10b4c30a06
commit 61176f6410
4 changed files with 20 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# Changes
## [unreleased]
### Changed
* Update `rustls` dependency to 0.18
* Update `tokio-rustls` dependency to 0.14
* Update `webpki-roots` dependency to 0.20
## [2.0.0-alpha.1] - 2020-03-03
### Changed