diff --git a/Cargo.toml b/Cargo.toml index a47110d..49ca849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ crate-type = ["cdylib"] [dependencies] worker = { version = "0.4.0", features = ['http', 'axum'] } worker-macros = { version = "0.4.0", features = ['http'] } -axum = { version = "0.7", default-features = false, features = [ +axum = { version = "0.8", default-features = false, features = [ "json", "form", "macros",