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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-06 13:32:26 +00:00
committed by GitHub
parent b6433f7dea
commit 63eb3486b2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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]