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
+3 -3
View File
@@ -39,7 +39,7 @@ axum = { path = "../axum", version = "0.6.9", default-features = false }
bytes = "1.1.0"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
http-body = "0.4.4"
http-body = "1.0.0-rc.2"
mime = "0.3"
pin-project-lite = "0.2"
tokio = "1.19"
@@ -63,8 +63,8 @@ tokio-util = { version = "0.7", optional = true }
[dev-dependencies]
axum = { path = "../axum", version = "0.6.0", features = ["headers"] }
http-body = "0.4.4"
hyper = "0.14"
http-body = "1.0.0-rc.2"
hyper = "1.0.0-rc.3"
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "multipart"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.71"