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