mirror of
https://github.com/actix/actix-web.git
synced 2024-12-24 00:50:36 +00:00
Set minimum rustls version that fixes corruption (#474)
This commit is contained in:
parent
bdc9a8bb07
commit
56bc900a82
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ openssl = { version="0.10", optional = true }
|
||||||
tokio-openssl = { version="0.2", optional = true }
|
tokio-openssl = { version="0.2", optional = true }
|
||||||
|
|
||||||
#rustls
|
#rustls
|
||||||
rustls = { version = "0.13", optional = true }
|
rustls = { version = "^0.13.1", optional = true }
|
||||||
tokio-rustls = { version = "0.7", optional = true }
|
tokio-rustls = { version = "^0.7.2", optional = true }
|
||||||
webpki = { version = "0.18", optional = true }
|
webpki = { version = "0.18", optional = true }
|
||||||
webpki-roots = { version = "0.15", optional = true }
|
webpki-roots = { version = "0.15", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue