diff --git a/Cargo.lock b/Cargo.lock index 207b9fa..547f27e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,13 +236,14 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.3" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" +checksum = "5136e6c5e7e7978fe23e9876fb924af2c0f84c72127ac6ac17e7c46f457d362c" dependencies = [ "axum", "axum-core", "bytes", + "futures-core", "futures-util", "headers", "http", @@ -250,8 +251,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 56a73af..e9c7ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ harbor-client = { path = "crates/harbor-client" } anyhow = "1.0.100" axum = { version = "0.8.6" } -axum-extra = {version = "0.10.1", features = ["typed-header"] } +axum-extra = {version = "0.12.1", features = ["typed-header"] } base64 = "0.22.1" bytes = "1.10.1" chrono = { version = "0.4.41", features = ["serde"] }