Skip to content

Commit

Permalink
Bump rustls-pemfile to 0.3 (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Feb 7, 2022
1 parent a654d39 commit 0384759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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.2", optional = true }
rustls-pemfile = { version = "0.3", optional = true }

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

0 comments on commit 0384759

Please sign in to comment.