mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 21:22:57 +01:00
Bump up to 2.0.0-alpha.1
This commit is contained in:
parent
ebc11d03f2
commit
f7dac3feb4
@ -1,11 +1,12 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [1.0.1] - 2020-03-01
|
## [2.0.0-alpha.1] - 2020-03-03
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Update `rustls` dependency to 0.17
|
* Update `rustls` dependency to 0.17
|
||||||
* Update `tokio-rustls` dependency to 0.13
|
* Update `tokio-rustls` dependency to 0.13
|
||||||
|
* Update `webpki-roots` dependency to 0.19
|
||||||
|
|
||||||
## [1.0.0] - 2019-12-11
|
## [1.0.0] - 2019-12-11
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-tls"
|
name = "actix-tls"
|
||||||
version = "1.0.0"
|
version = "2.0.0-alpha.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix tls services"
|
description = "Actix tls services"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
@ -48,7 +48,7 @@ tokio-openssl = { version = "0.4.0", optional = true }
|
|||||||
# rustls
|
# rustls
|
||||||
rust-tls = { version = "0.17.0", package = "rustls", optional = true }
|
rust-tls = { version = "0.17.0", package = "rustls", optional = true }
|
||||||
webpki = { version = "0.21", 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 }
|
tokio-rustls = { version = "0.13.0", optional = true }
|
||||||
|
|
||||||
# native-tls
|
# native-tls
|
||||||
|
Loading…
Reference in New Issue
Block a user