diff --git a/adapter/Cargo.toml b/adapter/Cargo.toml index 3116699..f59269d 100644 --- a/adapter/Cargo.toml +++ b/adapter/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"] [dependencies] axum = { version = "^0.7.6", default-features = false } -worker = { version = "^0.4.1" } +worker = { version = "^0.5.0" } axum-wasm-macros = "^0.1.2" futures = "0.3.30"