diff --git a/dev-utility-workers/Cargo.toml b/dev-utility-workers/Cargo.toml index 5a10c02..7b16c54 100644 --- a/dev-utility-workers/Cargo.toml +++ b/dev-utility-workers/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] [dependencies] worker = { version = "0.6.0", features = ["http", "axum"] } -worker-macros = { version = "0.6.0", features = ["http"] } +worker-macros = { version = "0.7.2", features = ["http"] } axum = { version = "0.8", default-features = false, features = [ "json", "query",