Bump axum from 0.7.6 to 0.7.7

Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.6 to 0.7.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.7.6...axum-v0.7.7)

---
updated-dependencies:
- dependency-name: axum
  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]
2024-09-30 23:09:48 +00:00
committed by Lee Smet
parent 603e9630b4
commit e639a01a28
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ readme = "../README.md"
prometheus = ["dep:axum", "dep:prometheus", "dep:tokio", "dep:tracing"]
[dependencies]
axum = { version = "0.7.6", default-features = false, optional = true, features = [
axum = { version = "0.7.7", default-features = false, optional = true, features = [
"http1",
"http2",
"tokio",