Skip to content

Commit c80a9f3

Browse files
Bump the cargo group across 2 directories with 1 update
Bumps the cargo group with 1 update in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime). Bumps the cargo group with 1 update in the /src/wasm_runtime directory: [wasmtime](https://github.com/bytecodealliance/wasmtime). Updates `wasmtime` from 34.0.1 to 34.0.2 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v34.0.2/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v34.0.1...v34.0.2) Updates `wasmtime` from 34.0.1 to 34.0.2 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v34.0.2/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v34.0.1...v34.0.2) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 34.0.2 dependency-type: direct:production dependency-group: cargo - dependency-name: wasmtime dependency-version: 34.0.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7308d95 commit c80a9f3

File tree

4 files changed

+116
-116
lines changed

4 files changed

+116
-116
lines changed

Cargo.lock

Lines changed: 58 additions & 58 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 = "34.0.1", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
15+
wasmtime = { version = "34.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
1717
cargo_metadata = "0.20"
1818
cargo-util-schemas = "=0.2.0"

0 commit comments

Comments
 (0)