From fd596a8f58f5686ac59cfc8d8cae1500ce0002ad Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 26 Apr 2022 22:31:45 +0900 Subject: [PATCH] chore(tonic): Update rustls-pemfile to 1.0 (#979) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 65b06d3..91fc8c2 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -84,7 +84,7 @@ tracing-futures = {version = "0.2", optional = true} axum = {version = "0.5", default_features = false, optional = true} # rustls -rustls-pemfile = { version = "0.3", optional = true } +rustls-pemfile = { version = "1.0", 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 }