From d66c3310405eb076e998f6c2f9de846b6bc9e6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 04:07:36 +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/rust-sdk-ver-zero-one/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one/Cargo.toml b/t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one/Cargo.toml index e9a4925a8..3dbc7b403 100644 --- a/t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one/Cargo.toml +++ b/t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] proxy-wasm = "0.1" -http = "0.2" +http = "1.2" log = "0.4"