mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Prep release
This commit is contained in:
parent
a2605262c6
commit
e1abe801b5
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.1.15] (2022-05-05)
|
||||
## [0.1.15] (2022-xx-xx)
|
||||
|
||||
* Remove .assume_init usage #106
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.5.17] - 2022-05-xx
|
||||
## [0.5.17] - 2022-05-05
|
||||
|
||||
* http: Fix handling for zero slow-request timeout
|
||||
|
||||
|
|
|
@ -107,5 +107,5 @@ time = "0.3"
|
|||
futures-util = "0.3"
|
||||
tls-openssl = { version="0.10", package = "openssl" }
|
||||
tls-rustls = { version = "0.20", package="rustls", features = ["dangerous_configuration"] }
|
||||
rustls-pemfile = { version = "0.3" }
|
||||
rustls-pemfile = { version = "1.0.0" }
|
||||
webpki-roots = { version = "0.22" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue