Skip to content

Commit 6be4fe6

Browse files
build(deps): update wasmtime requirement from 41.0.0 to 42.0.1
--- updated-dependencies: - dependency-name: wasmtime dependency-version: 42.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24177b8 commit 6be4fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)