From 0384759a194de28403e406df3cdfc7dae3421a31 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 7 Feb 2022 17:51:44 +0100 Subject: [PATCH] Bump rustls-pemfile to 0.3 (#1459) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2cce97..cd20c5b 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.2", optional = true } +rustls-pemfile = { version = "0.3", optional = true } ## cookies cookie_crate = { version = "0.15", package = "cookie", optional = true }