Consolidate rustls dependencies in workspace deps

This commit is contained in:
Jan Rüth 2023-11-30 00:17:28 +01:00 committed by Jan
commit fa032e97d1
5 changed files with 10 additions and 16 deletions

View file

@ -15,7 +15,7 @@ pki-types = { package = "rustls-pki-types", version = "0.2" }
rcgen = { version = "0.11.3", features = ["pem"], default-features = false }
rustls = { workspace = true, features = [ "logging" ]}
boring-rustls-provider = { path = "../boring-rustls-provider", features = ["logging"] }
rustls-pemfile = "=2.0.0-alpha.1"
rustls-pemfile = "=2.0.0-alpha.2"
serde = "1.0"
serde_derive = "1.0"
webpki-roots = "=0.26.0-alpha.1"
webpki-roots = "=0.26.0-alpha.2"