Update to rustls 0.23

This commit is contained in:
John Howard 2024-03-26 15:37:00 -07:00 committed by Jan
commit aa6e1c36f8
7 changed files with 116 additions and 44 deletions

View file

@ -13,7 +13,7 @@ log = { version = "0.4.4" }
mio = { version = "0.8", features = ["net", "os-poll"] }
pki-types = { package = "rustls-pki-types", version = "0.2" }
rcgen = { version = "0.11.3", features = ["pem"], default-features = false }
rustls = { workspace = true, features = [ "logging" ]}
rustls = { workspace = true, features = [ "logging", "std" ]}
boring-rustls-provider = { path = "../boring-rustls-provider", features = ["logging"] }
rustls-pemfile = { workspace = true }
serde = "1.0"