diff --git a/Cargo.toml b/Cargo.toml index 07bd0221..d4df0403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ config = "0.14" figment = { version = "0.10", features = ["toml", "env"] } # HTTP Server & Client -axum = { version = "0.7", features = ["json", "tokio"] } +axum = { version = "0.8", features = ["json", "tokio"] } tower = { version = "0.4", features = ["timeout", "limit", "util"] } tower-http = { version = "0.5", features = ["trace", "cors", "timeout"] } reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }