diff --git a/adapter/Cargo.toml b/adapter/Cargo.toml index bf9feb1..6293bca 100644 --- a/adapter/Cargo.toml +++ b/adapter/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib", "lib"] [dependencies] axum = { version = "^0.6.19", default-features = false } worker = { version = "^0.0.18" } -http-body = "^0.4.5" +http-body = "^1.0.0" axum-wasm-macros = "^0.1.0" [dev-dependencies]