Skip to content

Commit e7e503b

Browse files
build(deps): update wasmtime-wasi requirement from 36.0.2 to 37.0.0 (#160)
Updates the requirements on [wasmtime-wasi](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/v37.0.0/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v36.0.2...v37.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 37.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c52674b commit e7e503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rcgen = "0.14.3"
4747

4848
# Plugins
4949
wasmtime = { version = "36.0.2", default-features = false, features = ["addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true }
50-
wasmtime-wasi = { version = "36.0.2", optional = true }
50+
wasmtime-wasi = { version = "37.0.0", optional = true }
5151
minreq = { version = "2.14.0", features = ["https-rustls"], optional = true }
5252

5353
[build-dependencies]

0 commit comments

Comments
 (0)