From 35df2e39209cb0432b5135d0eef95c4169479870 Mon Sep 17 00:00:00 2001 From: Jason Heeris Date: Tue, 24 Nov 2020 15:40:37 +1100 Subject: [PATCH] Update rustls version to 0.19. (#37) --- tokio-rustls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index 7d11f9e..162db48 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] tokio = "0.3" -rustls = "0.18" +rustls = "0.19" webpki = "0.21" [features]