migrated to axum 0.6

This commit is contained in:
uh wot 2022-12-07 01:37:13 +01:00
parent 42bfc2540b
commit 3c17e1fd3b
Signed by: uhwot
GPG key ID: CB2454984587B781
3 changed files with 111 additions and 45 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.5"
axum = "0.6"
http = "0.2"
tower-http = { version = "0.3", features = ["cors", "trace", "compression-br", "compression-deflate", "compression-gzip"] }
tracing-subscriber = "0.3"