diff --git a/Cargo.lock b/Cargo.lock index 05f0c79c..f3401d5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,13 +445,14 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" +checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76" dependencies = [ "axum", "axum-core", "bytes", + "futures-core", "futures-util", "headers", "http", @@ -459,8 +460,6 @@ dependencies = [ "http-body-util", "mime", "pin-project-lite", - "rustversion", - "serde_core", "tower-layer", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index d4a615b8..94441a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ features = [ ] [workspace.dependencies.axum-extra] -version = "0.10.1" +version = "0.12.0" default-features = false features = ["typed-header", "tracing"]