Skip to content

Commit

Permalink
Bump webpki-roots to v0.24 (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Jul 7, 2023
1 parent 3abcc7c commit 7ed8ecf
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 @@ -121,7 +121,7 @@ tokio-native-tls = { version = "0.3.0", optional = true }
hyper-rustls = { version = "0.24.0", default-features = false, optional = true }
rustls = { version = "0.21.0", features = ["dangerous_configuration"], optional = true }
tokio-rustls = { version = "0.24", optional = true }
webpki-roots = { version = "0.23", optional = true }
webpki-roots = { version = "0.24", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
rustls-pemfile = { version = "1.0", optional = true }

Expand Down

0 comments on commit 7ed8ecf

Please sign in to comment.