Skip to content

Commit 5ab6477

Browse files
build(deps): update wasmtime-wasi requirement from 37.0.0 to 38.0.3
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/v38.0.3/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v37.0.0...v38.0.3) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 38.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a04064 commit 5ab6477

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 = "38.0.3", default-features = false, features = ["addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true }
50-
wasmtime-wasi = { version = "37.0.0", optional = true }
50+
wasmtime-wasi = { version = "38.0.3", optional = true }
5151
minreq = { version = "2.14.0", features = ["https-rustls"], optional = true }
5252

5353
[build-dependencies]

0 commit comments

Comments
 (0)