From 7832b5def4f39c83af912fa077e5c04274534ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:06:40 +0000 Subject: [PATCH] chore(tests) bump the production-dependencies group across 3 directories with 2 updates Updates the requirements on [http](https://github.com/hyperium/http) and [wasi](https://github.com/bytecodealliance/wasi-rs) 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) Updates `wasi` to 0.13.3+wasi-0.2.2 - [Commits](https://github.com/bytecodealliance/wasi-rs/compare/0.11.0...0.13.3) Updates `wasi` to 0.13.3+wasi-0.2.2 - [Commits](https://github.com/bytecodealliance/wasi-rs/compare/0.11.0...0.13.3) --- updated-dependencies: - dependency-name: http dependency-type: direct:production dependency-group: production-dependencies - dependency-name: wasi dependency-type: direct:production dependency-group: production-dependencies - dependency-name: wasi dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- t/lib/proxy-wasm-tests/hostcalls/Cargo.toml | 2 +- t/lib/wasi-host-tests/Cargo.toml | 2 +- t/lib/wasi-vm-tests/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" diff --git a/t/lib/wasi-host-tests/Cargo.toml b/t/lib/wasi-host-tests/Cargo.toml index 3478afda8..f7cd810f8 100644 --- a/t/lib/wasi-host-tests/Cargo.toml +++ b/t/lib/wasi-host-tests/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["cdylib"] [dependencies] ngx = { path = "../../../lib/ngx-rust" } -wasi = "0.11" +wasi = "0.13" diff --git a/t/lib/wasi-vm-tests/Cargo.toml b/t/lib/wasi-vm-tests/Cargo.toml index 49bdcc925..45cb7b6a6 100644 --- a/t/lib/wasi-vm-tests/Cargo.toml +++ b/t/lib/wasi-vm-tests/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["cdylib"] [dependencies] ngx = { path = "../../../lib/ngx-rust" } -wasi = "0.11" +wasi = "0.13"