Skip to content

Commit 619654e

Browse files
authored
chore(tonic): Update rustls-pemfile to 0.3 (#951)
1 parent 350ccf9 commit 619654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tracing-futures = {version = "0.2", optional = true}
8181
axum = {version = "0.4", default_features = false, optional = true}
8282

8383
# rustls
84-
rustls-pemfile = { version = "0.2.1", optional = true }
84+
rustls-pemfile = { version = "0.3", optional = true }
8585
rustls-native-certs = { version = "0.6.1", optional = true }
8686
tokio-rustls = { version = "0.23.1", optional = true }
8787
webpki-roots = { version = "0.22.1", optional = true }

0 commit comments

Comments
 (0)