From b117210ca6fe55791ef9d4e352ffba36bd713d2e Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 26 Apr 2022 22:09:10 -0700 Subject: [PATCH] Update 'rustls-pemfile' to 1.0. --- core/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index 63280d04..bcc7542e 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -32,7 +32,7 @@ time = { version = "0.3", features = ["formatting", "macros"] } indexmap = { version = "1.5.2", features = ["std"] } rustls = { version = "0.20", optional = true } tokio-rustls = { version = "0.23.0", optional = true } -rustls-pemfile = { version = "0.3", optional = true } +rustls-pemfile = { version = "1", optional = true } tokio = { version = "1.6.1", features = ["net", "sync", "time"] } log = "0.4" ref-cast = "1.0"