Skip to content

Commit

Permalink
Bump wasmtime from 23.0.2 to 24.0.0 (#1949)
Browse files Browse the repository at this point in the history
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 23.0.2 to 24.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v23.0.2...v24.0.0)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 8327eb9 commit 205c12c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 70 deletions.
129 changes: 60 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ soketto = { version = "0.8.0", optional = true }
[target.'cfg(any(all(target_arch = "x86_64", any(target_os = "windows", all(target_os = "linux", target_env = "gnu"), target_os = "macos")), all(target_arch = "aarch64", target_os = "linux", target_env = "gnu"), all(target_arch = "s390x", target_os = "linux", target_env = "gnu")))'.dependencies]
# `wasmtime` feature
# Note that we have to enable more features than needed just in order to disable them, as wasmtime does trickeries such as <https://github.com/bytecodealliance/wasmtime/blob/9fd00a0aaf157c98a1c588e55c844ea27a81a3cf/crates/wasmtime/src/config.rs#L259-L264>
wasmtime = { version = "23.0.1", default-features = false, features = ["async", "cranelift", "gc", "component-model", "threads"], optional = true }
wasmtime = { version = "24.0.0", default-features = false, features = ["async", "cranelift", "gc", "component-model", "threads"], optional = true }

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit 205c12c

Please sign in to comment.