Skip to content

Commit

Permalink
Update wasmtime requirement from 24.0.0 to 25.0.1 in /controller
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version.
- [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@v24.0.0...v25.0.1)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent bc21531 commit 0237951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tonic = "0.12.2"

# Drivers
# TODO: Disable gc when wasmtime 25 is released
wasmtime = { version = "24.0.0", default-features = false, features = ["runtime", "component-model", "cranelift", "parallel-compilation", "cache", "gc"], optional = true }
wasmtime = { version = "25.0.1", default-features = false, features = ["runtime", "component-model", "cranelift", "parallel-compilation", "cache", "gc"], optional = true }
wasmtime-wasi = { version = "24.0.0", optional = true }
minreq = { version = "2.12.0", features = ["https-rustls"], optional = true }

Expand Down

0 comments on commit 0237951

Please sign in to comment.