Skip to content

Commit

Permalink
Set minimum rustls version that fixes corruption (actix#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh authored Aug 17, 2018
1 parent bdc9a8b commit 56bc900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ openssl = { version="0.10", optional = true }
tokio-openssl = { version="0.2", optional = true }

#rustls
rustls = { version = "0.13", optional = true }
tokio-rustls = { version = "0.7", optional = true }
rustls = { version = "^0.13.1", optional = true }
tokio-rustls = { version = "^0.7.2", optional = true }
webpki = { version = "0.18", optional = true }
webpki-roots = { version = "0.15", optional = true }

Expand Down

0 comments on commit 56bc900

Please sign in to comment.