From fa4c894eada95ce7e3393a09472a16987b2c95b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:50:17 +0000 Subject: [PATCH] Update Rust crate axum-extra to v0.10.0 --- Cargo.lock | 31 ++++++----------------------- Cargo.toml | 2 +- crates/crates_io_session/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea82000f4d..9423f098ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,7 +516,6 @@ dependencies = [ "tower", "tower-layer", "tower-service", - "tracing", ] [[package]] @@ -572,7 +571,6 @@ dependencies = [ "sync_wrapper 1.0.2", "tower-layer", "tower-service", - "tracing", ] [[package]] @@ -597,26 +595,26 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.9.6" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c794b30c904f0a1c2fb7740f7df7f7972dfaa14ef6f57cb6178dc63e5dca2f04" +checksum = "460fc6f625a1f7705c6cf62d0d070794e94668988b1c38111baeec177c715f7b" dependencies = [ - "axum 0.7.9", - "axum-core 0.4.5", + "axum 0.8.1", + "axum-core 0.5.0", "bytes", "cookie", - "fastrand", + "form_urlencoded", "futures-util", "headers", "http 1.2.0", "http-body 1.0.1", "http-body-util", "mime", - "multer", "pin-project-lite", "serde", "serde_html_form", "serde_json", + "serde_path_to_error", "tower", "tower-layer", "tower-service", @@ -3233,23 +3231,6 @@ dependencies = [ "syn", ] -[[package]] -name = "multer" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" -dependencies = [ - "bytes", - "encoding_rs", - "futures-util", - "http 1.2.0", - "httparse", - "memchr", - "mime", - "spin", - "version_check", -] - [[package]] name = "native-tls" version = "0.2.12" diff --git a/Cargo.toml b/Cargo.toml index 7d383b05ba..68608972fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ aws-ip-ranges = "=0.964.0" aws-sdk-cloudfront = "=1.59.0" aws-sdk-sqs = "=1.53.0" axum = { version = "=0.8.1", features = ["macros", "matched-path"] } -axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] } +axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-header"] } base64 = "=0.22.1" bigdecimal = { version = "=0.4.7", features = ["serde"] } bon = "=3.3.2" diff --git a/crates/crates_io_session/Cargo.toml b/crates/crates_io_session/Cargo.toml index ee2c7ef858..62179aefcb 100644 --- a/crates/crates_io_session/Cargo.toml +++ b/crates/crates_io_session/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] axum = { version = "=0.8.1", features = ["macros"] } -axum-extra = { version = "=0.9.6", features = ["cookie-signed"] } +axum-extra = { version = "=0.10.0", features = ["cookie-signed"] } base64 = "=0.22.1" cookie = { version = "=0.18.1", features = ["secure"] } parking_lot = "=0.12.3"