From ab68dab7c92d7ff0bae334ed40b164fbcd4b902a Mon Sep 17 00:00:00 2001 From: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Sun, 17 May 2026 10:27:40 +0200 Subject: [PATCH] Fix `bytes` dependency incompatibility with v0.8 (#3768) Co-authored-by: Pavel Borzenkov --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index f0c216fc..248731e6 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -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"