build(deps): bump axum from 0.8.4 to 0.8.5

Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.4 to 0.8.5.
- [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.4...axum-v0.8.5)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-29 09:07:12 +00:00
committed by GitHub
parent 47f2af1413
commit c6349d18bf
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ license.workspace = true
[dependencies]
anyhow.workspace = true
axum = "0.8.0"
axum = "0.8.5"
dotenvy.workspace = true
env_logger.workspace = true
log = "0.4.28"