diff --git a/Cargo.toml b/Cargo.toml index 17be5eb9..a6320267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" [dependencies] argon2 = "0.5.2" async-trait = "0.1.74" -axum = "0.6.20" +axum = "0.7.3" chrono = { version = "0.4.31", features = ["serde"] } derivative = "2.2.0" envy = "0.4.2"