1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 16:52:58 +01:00

Bump up to 2.0.0-alpha.1

This commit is contained in:
Yuki Okushi 2020-03-03 19:47:40 +09:00
parent ebc11d03f2
commit f7dac3feb4
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Changes
## [1.0.1] - 2020-03-01
## [2.0.0-alpha.1] - 2020-03-03
### Changed
* Update `rustls` dependency to 0.17
* Update `tokio-rustls` dependency to 0.13
* Update `webpki-roots` dependency to 0.19
## [1.0.0] - 2019-12-11

View File

@ -1,6 +1,6 @@
[package]
name = "actix-tls"
version = "1.0.0"
version = "2.0.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix tls services"
keywords = ["network", "framework", "async", "futures"]
@ -48,7 +48,7 @@ tokio-openssl = { version = "0.4.0", optional = true }
# rustls
rust-tls = { version = "0.17.0", package = "rustls", optional = true }
webpki = { version = "0.21", optional = true }
webpki-roots = { version = "0.17", optional = true }
webpki-roots = { version = "0.19", optional = true }
tokio-rustls = { version = "0.13.0", optional = true }
# native-tls