We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350ccf9 commit 619654eCopy full SHA for 619654e
tonic/Cargo.toml
@@ -81,7 +81,7 @@ tracing-futures = {version = "0.2", optional = true}
81
axum = {version = "0.4", default_features = false, optional = true}
82
83
# rustls
84
-rustls-pemfile = { version = "0.2.1", optional = true }
+rustls-pemfile = { version = "0.3", optional = true }
85
rustls-native-certs = { version = "0.6.1", optional = true }
86
tokio-rustls = { version = "0.23.1", optional = true }
87
webpki-roots = { version = "0.22.1", optional = true }
0 commit comments