From 87ecfe7c01aff6d96874d6e4e496bc0f2706ecac Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 2 Aug 2022 22:54:13 +0200 Subject: [PATCH] Upgrade to rustls-pemfile 1 (#114) --- 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 f486d71..32a19b8 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -28,4 +28,4 @@ tokio = { version = "1.0", features = ["full"] } futures-util = "0.3.1" lazy_static = "1" webpki-roots = "0.22" -rustls-pemfile = "0.2.1" +rustls-pemfile = "1"