Update rustls (#5)
This commit is contained in:
parent
7df8fb5b21
commit
01fdb7ccf4
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-rustls"
|
name = "tokio-rustls"
|
||||||
version = "0.12.2"
|
version = "0.13.0"
|
||||||
authors = ["quininer kel <quininer@live.com>"]
|
authors = ["quininer kel <quininer@live.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/tokio-rs/tls"
|
repository = "https://github.com/tokio-rs/tls"
|
||||||
@ -14,7 +14,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = "0.2.0"
|
tokio = "0.2.0"
|
||||||
futures-core = "0.3.1"
|
futures-core = "0.3.1"
|
||||||
rustls = "0.16"
|
rustls = "0.17"
|
||||||
webpki = "0.21"
|
webpki = "0.21"
|
||||||
|
|
||||||
bytes = { version = "0.5", optional = true }
|
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"] }
|
tokio = { version = "0.2.0", features = ["macros", "net", "io-util", "rt-core", "time"] }
|
||||||
futures-util = "0.3.1"
|
futures-util = "0.3.1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
webpki-roots = "0.18"
|
webpki-roots = "0.19"
|
||||||
|
Loading…
Reference in New Issue
Block a user