Skip to content

Commit

Permalink
chore(tonic): Update rustls-pemfile to 0.3 (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Mar 31, 2022
1 parent 350ccf9 commit 619654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 619654e

Please sign in to comment.