Skip to content

Commit 883b627

Browse files
dependabot[bot]thibaultcha
authored andcommitted
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](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]>
1 parent ad506ca commit 883b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lib/proxy-wasm-tests/hostcalls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
proxy-wasm = "0.2"
1212
log = "0.4"
13-
http = "0.2"
13+
http = "1.2"
1414
enum-utils = "0.1.2"
1515
urlencoding = "2.1.2"

0 commit comments

Comments
 (0)