mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Fix bytes dependency incompatibility with v0.8 (#3768)
Co-authored-by: Pavel Borzenkov <[email protected]>
This commit is contained in:
co-authored by
Pavel Borzenkov
parent
6f01ad2840
commit
ab68dab7c9
+1
-1
@@ -53,7 +53,7 @@ __private = ["tokio", "http1", "dep:reqwest"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum-core = { path = "../axum-core", version = "0.5.5" }
|
axum-core = { path = "../axum-core", version = "0.5.5" }
|
||||||
bytes = "1.0"
|
bytes = "1.7"
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
http = "1.0.0"
|
http = "1.0.0"
|
||||||
http-body = "1.0.0"
|
http-body = "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user