Update rustls (#5)

This commit is contained in:
quininer 2020-02-25 13:14:04 +08:00 committed by GitHub
parent 7df8fb5b21
commit 01fdb7ccf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[package]
name = "tokio-rustls"
version = "0.12.2"
version = "0.13.0"
authors = ["quininer kel <quininer@live.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tls"
@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
tokio = "0.2.0"
futures-core = "0.3.1"
rustls = "0.16"
rustls = "0.17"
webpki = "0.21"
bytes = { version = "0.5", optional = true }
@ -28,4 +28,4 @@ unstable = ["bytes"]
tokio = { version = "0.2.0", features = ["macros", "net", "io-util", "rt-core", "time"] }
futures-util = "0.3.1"
lazy_static = "1"
webpki-roots = "0.18"
webpki-roots = "0.19"