Update dependencies (#753)

This commit is contained in:
David Pedersen
2022-02-12 17:16:14 +00:00
committed by GitHub
parent 1e51ea9423
commit 409a6651f5
10 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum" }
futures-util = "0.3"
hyper = { version = "0.14", features = ["full"] }
rustls-pemfile = "0.2"
rustls-pemfile = "0.3"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23"
tower = { version = "0.4", features = ["make"] }