Skip to content

Commit

Permalink
Bump rustls-pemfile to v1 (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Apr 14, 2022
1 parent fe0d968 commit 9bd4e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -118,7 +118,7 @@ rustls = { version = "0.20", features = ["dangerous_configuration"], optional =
tokio-rustls = { version = "0.23", optional = true }
webpki-roots = { version = "0.22", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
rustls-pemfile = { version = "0.3", optional = true }
rustls-pemfile = { version = "1.0", optional = true }

## cookies
cookie_crate = { version = "0.16", package = "cookie", optional = true }
Expand Down

0 comments on commit 9bd4e90

Please sign in to comment.