Skip to content

Commit

Permalink
chore(tests) update http requirement
Browse files Browse the repository at this point in the history
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](hyperium/http@v0.2.0...v1.2.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and thibaultcha committed Dec 12, 2024
1 parent 3f19cb5 commit ad506ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ crate-type = ["cdylib"]

[dependencies]
proxy-wasm = "0.1"
http = "0.2"
http = "1.2"
log = "0.4"

0 comments on commit ad506ca

Please sign in to comment.