Skip to content

Commit b7669b0

Browse files
Bump wasmtime from 36.0.6 to 36.0.7 (#451)
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 36.0.6 to 36.0.7. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v36.0.7/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v36.0.6...v36.0.7) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 36.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9850b3b commit b7669b0

File tree

3 files changed

+64
-64
lines changed

3 files changed

+64
-64
lines changed

Cargo.lock

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1212
"""
1313

1414
[dependencies]
15-
wasmtime = { version = "36.0.6", default-features = false, features = ["cranelift", "pulley", "runtime", "component-model" ] }
15+
wasmtime = { version = "36.0.7", default-features = false, features = ["cranelift", "pulley", "runtime", "component-model" ] }
1616
clap = { version = "4.6", features = ["derive"] }
1717
cargo_metadata = "0.23"
1818
cargo-util-schemas = "=0.10.1"

src/hyperlight_wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hyperlight-common = { workspace = true, default-features = false }
2828
hyperlight-guest-bin = { workspace = true, features = [ "printf" ] }
2929
hyperlight-guest.workspace = true
3030
hyperlight-wasm-macro.workspace = true
31-
wasmtime = { version = "36.0.6", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
31+
wasmtime = { version = "36.0.7", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
3232
spin = "0.10.0"
3333
tracing = { version = "0.1.44", default-features = false, features = ["attributes", "log"] }
3434

0 commit comments

Comments
 (0)