Skip to content

Commit

Permalink
chore(tests) bump the production-dependencies group across 3 director…
Browse files Browse the repository at this point in the history
…ies 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](hyperium/http@v0.2.0...v1.2.0)

Updates `wasi` to 0.13.3+wasi-0.2.2
- [Commits](bytecodealliance/wasi-rs@0.11.0...0.13.3)

Updates `wasi` to 0.13.3+wasi-0.2.2
- [Commits](bytecodealliance/wasi-rs@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent f85415b commit 7832b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/lib/proxy-wasm-tests/hostcalls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion t/lib/wasi-host-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib"]

[dependencies]
ngx = { path = "../../../lib/ngx-rust" }
wasi = "0.11"
wasi = "0.13"
2 changes: 1 addition & 1 deletion t/lib/wasi-vm-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib"]

[dependencies]
ngx = { path = "../../../lib/ngx-rust" }
wasi = "0.11"
wasi = "0.13"

0 comments on commit 7832b5d

Please sign in to comment.