updated axum

This commit is contained in:
2025-07-02 00:16:48 -04:00
parent 0a12cfcd57
commit 7ada37f005
7 changed files with 97 additions and 52 deletions

View File

@ -7,7 +7,7 @@ authors = ["Wyatt J. Miller <wyatt@wyattjmiller.com"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.7.6", features = ["http2", "tokio"] }
axum = { version = "0.8.4", features = ["http2", "tokio"] }
tower-http = { version = "0.6.1", features = ["trace", "cors"] }
tower_governor = "0.4.2"
tokio = { version = "1.40.0", features = ["full"] }