Skip to content

Commit

Permalink
chore(tonic): Update rustls-pemfile to 1.0 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Apr 26, 2022
1 parent 4533a6e commit fd596a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit fd596a8

Please sign in to comment.