From 63eb3486b2e821b8cd30d80b67fd680049cb1df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 13:32:26 +0000 Subject: [PATCH] build(deps): bump axum from 0.8.3 to 0.8.4 in the axum group Bumps the axum group with 1 update: [axum](https://github.com/tokio-rs/axum). Updates `axum` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.8.3...axum-v0.8.4) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e6f5d378..ce3a9faad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,9 +560,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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 072672778..c1ca0cc2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ version = "1.0.98" # HTTP router [workspace.dependencies.axum] -version = "0.8.3" +version = "0.8.4" # Extra utilities for Axum [workspace.dependencies.axum-extra]