Skip to content

Commit ad506ca

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 3f19cb5 commit ad506ca

File tree

1 file changed

+1
-1
lines changed
  • t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one

1 file changed

+1
-1
lines changed

t/lib/proxy-wasm-tests/rust-sdk-ver-zero-one/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
proxy-wasm = "0.1"
13-
http = "0.2"
13+
http = "1.2"
1414
log = "0.4"

0 commit comments

Comments
 (0)