build(deps): bump axum from 0.8.6 to 0.8.7

Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.6 to 0.8.7.
- [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.6...axum-v0.8.7)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.7
  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-11-17 07:26:03 +00:00
committed by GitHub
parent 42cbdd5f11
commit e47d6bed9e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -101,9 +101,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "axum"
version = "0.8.6"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
dependencies = [
"axum-core",
"bytes",

View File

@@ -10,7 +10,7 @@ license.workspace = true
[dependencies]
anyhow.workspace = true
axum = "0.8.6"
axum = "0.8.7"
dotenvy.workspace = true
env_logger.workspace = true
log = "0.4.28"