From 9971f3ab83ad26f43df9c9a20efd36c0acb2d12c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:20:58 +0000 Subject: [PATCH] Update Rust crate axum to v0.7.7 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d3d1acbc50..afe29ba9587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f43644eed690f5374f1af436ecd6aea01cd201f6fbdf0178adaf6907afb2cec" +checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" dependencies = [ "async-trait", "axum-core", @@ -528,9 +528,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6b8ba012a258d63c9adfa28b9ddcf66149da6f986c5b5452e629d5ee64bf00" +checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 011b9b1f4cb..640c9ad3772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials" aws-ip-ranges = "=0.836.0" aws-sdk-cloudfront = "=1.45.0" aws-sdk-sqs = "=1.43.0" -axum = { version = "=0.7.6", features = ["macros", "matched-path"] } +axum = { version = "=0.7.7", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"] } base64 = "=0.22.1" bigdecimal = { version = "=0.4.5", features = ["serde"] }