From 619654e3e60695b45e3e22d93aefab4d268e5a59 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 1 Apr 2022 02:41:34 +0900 Subject: [PATCH] chore(tonic): Update rustls-pemfile to 0.3 (#951) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index a91df6d..1269954 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -81,7 +81,7 @@ tracing-futures = {version = "0.2", optional = true} axum = {version = "0.4", default_features = false, optional = true} # rustls -rustls-pemfile = { version = "0.2.1", optional = true } +rustls-pemfile = { version = "0.3", optional = true } rustls-native-certs = { version = "0.6.1", optional = true } tokio-rustls = { version = "0.23.1", optional = true } webpki-roots = { version = "0.22.1", optional = true }