From 9bd4e90ec3401c2c5bc435c58954f3d52ab53e99 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Fri, 15 Apr 2022 00:12:10 +0200 Subject: [PATCH] Bump rustls-pemfile to v1 (#1525) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e3d9e205..55171c038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ rustls = { version = "0.20", features = ["dangerous_configuration"], optional = tokio-rustls = { version = "0.23", optional = true } webpki-roots = { version = "0.22", optional = true } rustls-native-certs = { version = "0.6", optional = true } -rustls-pemfile = { version = "0.3", optional = true } +rustls-pemfile = { version = "1.0", optional = true } ## cookies cookie_crate = { version = "0.16", package = "cookie", optional = true }