diff --git a/Cargo.toml b/Cargo.toml index b0fad5d..e29195a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ mockito = "1.0.2" csv = "1.1" log = "0.4" env_logger = "0.11.0" -axum = { version = "0.7.4", features = ["macros"] } +axum = { version = "0.8.2", features = ["macros"] } tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.6.1", features = ["cors"] } utoipa = { version = "4.2.0", features = ["axum_extras"] }