Skip to content

Commit 22bfde7

Browse files
Bump the cargo group across 2 directories with 1 update (#267)
Bumps the cargo group with 1 update in the /src/wasm_runtime directory: [wasmtime](https://github.com/bytecodealliance/wasmtime). Bumps the cargo group with 1 update in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime). Updates `wasmtime` from 36.0.2 to 36.0.3 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v36.0.3/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v36.0.2...v36.0.3) Updates `wasmtime` from 36.0.2 to 36.0.3 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v36.0.3/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v36.0.2...v36.0.3) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 36.0.3 dependency-type: direct:production dependency-group: cargo - dependency-name: wasmtime dependency-version: 36.0.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c438bf9 commit 22bfde7

File tree

4 files changed

+122
-122
lines changed

4 files changed

+122
-122
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.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
15+
wasmtime = { version = "36.0.3", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
1717
cargo_metadata = "0.23"
1818
cargo-util-schemas = "0.10.1"

0 commit comments

Comments
 (0)