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 ad506ca commit 883b627
Showing 1 changed file with 1 addition and 1 deletion.
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"

0 comments on commit 883b627

Please sign in to comment.