Upgrade rustls and tokio-rustls

Closes #250. Closes #248.
This commit is contained in:
Matt Brubeck 2023-04-03 08:25:30 -07:00
parent 475ed07a80
commit 402079117c
3 changed files with 25 additions and 28 deletions

View file

@ -22,11 +22,10 @@ mime_guess = "2.0"
once_cell = "1.17"
percent-encoding = "2.2"
rcgen = { version = "0.10.0" }
rustls = "0.20.8"
tokio-rustls = "0.23.4"
rustls = "0.21.0"
tokio-rustls = "0.24.0"
tokio = { version = "1.27", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.3.1"
webpki = "0.22.0"
[dev-dependencies]
anyhow = "1.0"