diff --git a/Cargo.toml b/Cargo.toml index cc575c1..1835f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -axum = "0.7.5" +axum = "0.8.0" resend-rs = "0.5.2" tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }