Also update dependencies in example code
This commit is contained in:
parent
8e36dd4541
commit
5d6d474080
@ -4,14 +4,14 @@ version = "0.1.0"
|
||||
authors = ["quininer <quininer@live.com>"]
|
||||
|
||||
[dependencies]
|
||||
rustls = "0.12"
|
||||
webpki = "0.18.0-alpha"
|
||||
rustls = "0.13"
|
||||
webpki = "0.18.1"
|
||||
tokio-rustls = { path = "../..", default-features = false, features = [ "tokio" ] }
|
||||
|
||||
tokio = "0.1"
|
||||
|
||||
clap = "2.26"
|
||||
webpki-roots = "0.14"
|
||||
webpki-roots = "0.15"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
tokio-file-unix = "0.5"
|
||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["quininer <quininer@live.com>"]
|
||||
|
||||
[dependencies]
|
||||
rustls = "0.12"
|
||||
rustls = "0.13"
|
||||
tokio-rustls = { path = "../..", default-features = false, features = [ "tokio" ] }
|
||||
|
||||
tokio = { version = "0.1.6" }
|
||||
|
Loading…
Reference in New Issue
Block a user