Skip to content

Commit

Permalink
chore(deps): update wasmtime requirement from >= 16.0.0, < 22.0.0 to …
Browse files Browse the repository at this point in the history
…>= 16.0.0, < 23.0.0 (#37)

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@v16.0.0...v22.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 157465a commit 79994a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wasm-encoder = {version = "0.209.0", features = ["wasmparser"]}
wasmparser = {version = "0.209.0"}
extism-manifest = {version = "1", optional = true}
extism = {version = "1", optional = true}
wasmtime = {version = ">= 16.0.0, < 22.0.0", optional = true}
wasmtime = {version = ">= 16.0.0, < 23.0.0", optional = true}

[features]
default = []
Expand Down

0 comments on commit 79994a0

Please sign in to comment.