Update dependencies (#753)

This commit is contained in:
David Pedersen
2022-02-22 13:33:10 +01:00
parent 9bffd9d0db
commit 3238174b1c
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"] }