Skip to content

Commit bee2f91

Browse files
Bump wasmtime from 36.0.1 to 36.0.2
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 36.0.1 to 36.0.2. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v36.0.2/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v36.0.1...v36.0.2) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 36.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7775121 commit bee2f91

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
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.1", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
15+
wasmtime = { version = "36.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
1717
cargo_metadata = "0.22"
1818
cargo-util-schemas = "0.8.2"

0 commit comments

Comments
 (0)