Bump axum-server from 0.5.1 to 0.6.0

Bumps [axum-server](https://github.com/programatik29/axum-server) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/programatik29/axum-server/releases)
- [Changelog](https://github.com/programatik29/axum-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/programatik29/axum-server/compare/v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: axum-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-27 18:21:56 +00:00 committed by GitHub
parent e38c595a6d
commit d470f308e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 143 additions and 34 deletions

View file

@ -20,7 +20,7 @@ rust-version = "1.70.0"
[dependencies]
# Web framework
axum = { version = "0.6.20", default-features = false, features = ["form", "headers", "http1", "http2", "json", "matched-path"], optional = true }
axum-server = { version = "0.5.1", features = ["tls-rustls"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
tower = { version = "0.4.13", features = ["util"] }
tower-http = { version = "0.4.4", features = ["add-extension", "cors", "sensitive-headers", "trace", "util", "compression-zstd"] }