From ea6146b27833257da0d467d25612e8158c657555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:25:46 +0000 Subject: [PATCH] Update http-body requirement from ^0.4.5 to ^1.0.0 Updates the requirements on [http-body](https://github.com/hyperium/http-body) to permit the latest version. - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v1.0.0) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adapter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]