Fix bytes dependency incompatibility with v0.8 (#3768)

Co-authored-by: Pavel Borzenkov <[email protected]>
This commit is contained in:
acheron
2026-05-17 10:27:40 +02:00
committed by GitHub
co-authored by Pavel Borzenkov
parent 6f01ad2840
commit ab68dab7c9
+1 -1
View File
@@ -53,7 +53,7 @@ __private = ["tokio", "http1", "dep:reqwest"]
[dependencies]
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"] }
http = "1.0.0"
http-body = "1.0.0"