diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index 162db48..b63bf86 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.20.0" +version = "0.21.0" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls" @@ -24,4 +24,4 @@ dangerous_configuration = ["rustls/dangerous_configuration"] tokio = { version = "0.3", features = ["full"] } futures-util = "0.3.1" lazy_static = "1" -webpki-roots = "0.20" +webpki-roots = "0.21" diff --git a/tokio-rustls/examples/client/Cargo.toml b/tokio-rustls/examples/client/Cargo.toml index 3d59914..47d195f 100644 --- a/tokio-rustls/examples/client/Cargo.toml +++ b/tokio-rustls/examples/client/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" tokio = { version = "0.3", features = [ "full" ] } argh = "0.1" tokio-rustls = { path = "../.." } -webpki-roots = "0.20" +webpki-roots = "0.21"