From 081609107a3803c95875e7dccc6ba1385d618e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:07:51 +0000 Subject: [PATCH] chore(tests) update http requirement Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. Updates `http` to 1.2.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v1.2.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- t/lib/proxy-wasm-tests/hostcalls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/proxy-wasm-tests/hostcalls/Cargo.toml b/t/lib/proxy-wasm-tests/hostcalls/Cargo.toml index dad9e5d85..a18062d83 100644 --- a/t/lib/proxy-wasm-tests/hostcalls/Cargo.toml +++ b/t/lib/proxy-wasm-tests/hostcalls/Cargo.toml @@ -10,6 +10,6 @@ crate-type = ["cdylib"] [dependencies] proxy-wasm = "0.2" log = "0.4" -http = "0.2" +http = "1.2" enum-utils = "0.1.2" urlencoding = "2.1.2"