1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 06:02:07 +01:00

actix-connect: Update rustls and tokio-rustls

This commit is contained in:
Yuki Okushi 2020-03-01 11:58:48 +09:00
parent 1b7c969f6a
commit 7dbc0264b1
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [1.0.3] - 2020-03-01
### Changed
* Update `rustls` dependency to 0.17
* Update `tokio-rustls` dependency to 0.13
## [1.0.2] - 2020-01-15
* Fix actix-service 1.0.3 compatibility

View File

@ -48,8 +48,8 @@ open-ssl = { version="0.10", package = "openssl", optional = true }
tokio-openssl = { version = "0.4.0", optional = true }
# rustls
rust-tls = { version = "0.16.0", package = "rustls", optional = true }
tokio-rustls = { version = "0.12.0", optional = true }
rust-tls = { version = "0.17.0", package = "rustls", optional = true }
tokio-rustls = { version = "0.13.0", optional = true }
webpki = { version = "0.21", optional = true }
[dev-dependencies]