diff --git a/Cargo.toml b/Cargo.toml index 1c78ef4..dd65cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.1" edition = "2021" [dependencies] -axum = "0.7" +axum = "0.8" axum-extra = { version = "0.9.2", features = ["typed-header"] } reqwest = { version = "^0.12", default-features = false, features = ["rustls-tls-native-roots"] } jsonwebtoken = "9.2.0"