Update dependencies
This commit is contained in:
parent
41425e0c2a
commit
8e36dd4541
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-rustls"
|
name = "tokio-rustls"
|
||||||
version = "0.6.0"
|
version = "0.7.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/quininer/tokio-rustls"
|
repository = "https://github.com/quininer/tokio-rustls"
|
||||||
@ -18,8 +18,8 @@ appveyor = { repository = "quininer/tokio-rustls" }
|
|||||||
futures-core = { version = "0.2.0", optional = true }
|
futures-core = { version = "0.2.0", optional = true }
|
||||||
futures-io = { version = "0.2.0", optional = true }
|
futures-io = { version = "0.2.0", optional = true }
|
||||||
tokio = { version = "0.1.6", optional = true }
|
tokio = { version = "0.1.6", optional = true }
|
||||||
rustls = "0.12"
|
rustls = "0.13"
|
||||||
webpki = "0.18.0-alpha"
|
webpki = "0.18.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# futures = "0.2.0"
|
# futures = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user