From b96cc8b1fffef612640d1213b337490fa13399b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:50:05 +0000 Subject: [PATCH] Update Rust crate axum to v0.8.0 --- Cargo.toml | 2 +- crates/crates_io_session/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 524e8af3b6c..8625a7fa2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials" aws-ip-ranges = "=0.964.0" aws-sdk-cloudfront = "=1.58.0" aws-sdk-sqs = "=1.52.0" -axum = { version = "=0.7.9", features = ["macros", "matched-path"] } +axum = { version = "=0.8.0", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.6", features = ["erased-json", "query", "typed-header"] } base64 = "=0.22.1" bigdecimal = { version = "=0.4.7", features = ["serde"] } diff --git a/crates/crates_io_session/Cargo.toml b/crates/crates_io_session/Cargo.toml index 84e44de40b9..9c87d06150c 100644 --- a/crates/crates_io_session/Cargo.toml +++ b/crates/crates_io_session/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" workspace = true [dependencies] -axum = { version = "=0.7.9", features = ["macros"] } +axum = { version = "=0.8.0", features = ["macros"] } axum-extra = { version = "=0.9.6", features = ["cookie-signed"] } base64 = "=0.22.1" cookie = { version = "=0.18.1", features = ["secure"] }