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"