update deps

This commit is contained in:
David Pedersen
2023-03-23 22:38:37 +01:00
parent 49183e404e
commit 44bb38dfa2
20 changed files with 23 additions and 93 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "1.0.0-rc.3", features = ["full"] }
rustls-pemfile = "0.3"
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23"