From 86e4442888b853490cf86cb351e02ad5bdf4a1fb Mon Sep 17 00:00:00 2001 From: Pavel Borzenkov Date: Wed, 1 Oct 2025 11:39:23 +0200 Subject: [PATCH] axum: Bump 'bytes' dependency to 1.7 (#3513) --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 645a4e80..e0865b08 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -95,7 +95,7 @@ __private = ["tokio", "http1", "dep:reqwest"] [dependencies] axum-core = { path = "../axum-core", version = "0.5.5" } -bytes = "1.0" +bytes = "1.7" futures-core = "0.3" futures-util = { version = "0.3", default-features = false, features = ["alloc"] } http = "1.0.0"