From a7c5585e803689e8ea399722343dea5016c5f9ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Apr 2025 16:46:20 +0000 Subject: [PATCH] fix(deps): update rust crate axum to v0.8.4 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2af184..57d5c66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c95b41ba3c0f4ecccd73bf7e7aa7be3c41ff054968e988317bd9133ed210a4a2" dependencies = [ "async-graphql", - "axum 0.8.3", + "axum 0.8.4", "bytes 1.10.1", "futures-util", "serde_json", @@ -373,9 +373,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" +checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" dependencies = [ "axum-core 0.5.2", "base64 0.22.1", @@ -3069,7 +3069,7 @@ dependencies = [ "async-graphql", "async-graphql-axum", "async-trait", - "axum 0.8.3", + "axum 0.8.4", "axum-macros", "build-info", "build-info-build",