Skip to content

Commit cfb1ea8

Browse files
build(deps): update wasmtime requirement from 36.0.2 to 37.0.1 (#162)
Updates the requirements on [wasmtime](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.1/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v36.0.2...v37.0.1) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 37.0.1 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 e7e503b commit cfb1ea8

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
@@ -46,7 +46,7 @@ prost = "0.14.1"
4646
rcgen = "0.14.3"
4747

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

0 commit comments

Comments
 (0)