From 95220ad40bb9363cc1d52d7fe01b6d48841ccdea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:30:07 +0000 Subject: [PATCH] Update Rust crate axum to v0.7.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e864867e62..ebb3aabd568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "49c41b948da08fb481a94546cd874843adc1142278b0af4badf9b1b78599d68d" dependencies = [ "async-trait", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 6dc624bcbae..65411ae1625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials" aws-ip-ranges = "=0.912.0" aws-sdk-cloudfront = "=1.52.0" aws-sdk-sqs = "=1.49.0" -axum = { version = "=0.7.7", features = ["macros", "matched-path"] } +axum = { version = "=0.7.8", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"] } base64 = "=0.22.1" bigdecimal = { version = "=0.4.6", features = ["serde"] }