mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update versions
This commit is contained in:
parent
179608913c
commit
b416386bae
10 changed files with 48 additions and 48 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-tls"
|
||||
version = "0.2.0-alpha.0"
|
||||
version = "0.2.0-beta.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "An implementation of SSL streams for ntex backed by OpenSSL"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -26,9 +26,9 @@ rustls = ["tls_rust"]
|
|||
|
||||
[dependencies]
|
||||
ntex-bytes = "0.1.14"
|
||||
ntex-io = "0.2.0-alpha.0"
|
||||
ntex-util = "0.2.0-alpha.0"
|
||||
ntex-service = "0.4.0-alpha.0"
|
||||
ntex-io = "0.2.0-beta.0"
|
||||
ntex-util = "0.2.0-beta.0"
|
||||
ntex-service = "0.4.0-beta.0"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
|
||||
|
@ -39,7 +39,7 @@ tls_openssl = { version="0.10.42", package = "openssl", optional = true }
|
|||
tls_rust = { version = "0.20", package = "rustls", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = { version = "0.6.0-alpha.0", features = ["openssl", "rustls", "tokio"] }
|
||||
ntex = { version = "0.6.0-beta.0", features = ["openssl", "rustls", "tokio"] }
|
||||
env_logger = "0.10"
|
||||
rustls-pemfile = { version = "0.2" }
|
||||
rustls-pemfile = { version = "1.0" }
|
||||
webpki-roots = { version = "0.22" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue