Skip to content

Commit 0479a23

Browse files
Update wasmtime-wasi-http requirement
Updates the requirements on [wasmtime-wasi-http](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v40.0.4/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v40.0.4...v40.0.4) --- updated-dependencies: - dependency-name: wasmtime-wasi-http dependency-version: 40.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0c7399 commit 0479a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperlight_sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = "1"
2121
tempfile = "3"
2222
tokio = { version = "1", features = ["rt-multi-thread", "net", "sync", "macros"] }
2323
url = "2"
24-
wasmtime-wasi-http = "40.0.4"
24+
wasmtime-wasi-http = "43.0.0"
2525

2626
[dev-dependencies]
2727
futures-util = "0.3"

0 commit comments

Comments
 (0)