diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index 0fcb8c5..c1cb01f 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.12.2" +version = "0.13.0" authors = ["quininer kel "] 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"