Update rustls to v0.23

This commit is contained in:
Joakim Frostegård 2024-04-25 22:36:47 +02:00
parent 0bf80dfea8
commit 69294ea201
6 changed files with 211 additions and 28 deletions

View file

@ -37,7 +37,7 @@ arc-swap = "1"
cfg-if = "1"
futures = "0.3"
futures-lite = "1"
futures-rustls = "0.25"
futures-rustls = "0.26"
glommio = "0.8"
hashbrown = { version = "0.14", features = ["serde"] }
httparse = "1"
@ -46,7 +46,7 @@ log = "0.4"
mimalloc = { version = "0.1", default-features = false, optional = true }
privdrop = "0.5"
rand = { version = "0.8", features = ["small_rng"] }
rustls = "0.22"
rustls = "0.23"
rustls-pemfile = "2"
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }