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

@ -34,7 +34,7 @@ cfg-if = "1"
either = "1"
futures = "0.3"
futures-lite = "1"
futures-rustls = "0.25"
futures-rustls = "0.26"
glommio = "0.8"
httparse = "1"
itoa = "1"