mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
update deps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user