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"