diff --git a/examples/client/Cargo.toml b/examples/client/Cargo.toml index 2449245..6c4af55 100644 --- a/examples/client/Cargo.toml +++ b/examples/client/Cargo.toml @@ -4,14 +4,14 @@ version = "0.1.0" authors = ["quininer "] [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" diff --git a/examples/server/Cargo.toml b/examples/server/Cargo.toml index 4bc4e8b..bc4e6a8 100644 --- a/examples/server/Cargo.toml +++ b/examples/server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["quininer "] [dependencies] -rustls = "0.12" +rustls = "0.13" tokio-rustls = { path = "../..", default-features = false, features = [ "tokio" ] } tokio = { version = "0.1.6" }