updated dependencies

This commit is contained in:
uh wot 2024-01-07 13:02:39 +01:00
parent 417a90842d
commit 8697b773b0
Signed by: uhwot
GPG key ID: CB2454984587B781
3 changed files with 318 additions and 118 deletions

View file

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