diff --git a/Cargo.toml b/Cargo.toml index e8854692..7aa0968c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ debug = true [dependencies] anyhow = "1.0" -axum = { version = "0.7.7", default-features = false, features = [ +axum = { version = "0.8.0", default-features = false, features = [ "json", "tokio", "http1",