diff --git a/Cargo.toml b/Cargo.toml index 34a2ca2..9229063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ multiple_crate_versions = "allow" pedantic = { level = "warn", priority = -1 } [dependencies] -axum = "0.7" +axum = "0.8" axum-client-ip = "0.6" base64 = "0.22" clap = { version = "4", features = ["derive", "env"] }