mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 23:20:23 -04:00
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:
parent
e38c595a6d
commit
d470f308e4
2 changed files with 143 additions and 34 deletions
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue