Skip to content

Commit dffd4b5

Browse files
dependabot[bot]valopok
authored andcommitted
build(deps): bump wasmtime from 32.0.0 to 33.0.0
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 32.0.0 to 33.0.0. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v33.0.0/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v32.0.0...v33.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 33.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbcb8a0 commit dffd4b5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Cargo.lock

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

examples/hermit-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bitflags = "2.9"
2828
cfg-if = "1"
2929
log = { version = "0.4" } #, features = ["kv_unstable"]}
3030
env_logger = { version = "0.11", default-features = false }
31-
wasmtime = { version = "32", default-features = false, features = ["std", "runtime", "cranelift", "threads", "parallel-compilation", "custom-virtual-memory"] } #"pooling-allocator", "incremental-cache", "wat", "gc", "component-model"] }
31+
wasmtime = { version = "33", default-features = false, features = ["std", "runtime", "cranelift", "threads", "parallel-compilation", "custom-virtual-memory"] } #"pooling-allocator", "incremental-cache", "wat", "gc", "component-model"] }
3232
zerocopy = { version = "0.8", default-features = false, features = ["alloc", "derive", "simd-nightly"] }
3333

3434
[target.'cfg(target_os = "hermit")'.dependencies]

0 commit comments

Comments
 (0)