Skip to content

Commit

Permalink
chore(deps): update wasmtime requirement in /hermes (#192)
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@v18.0.2...v18.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleksandr Prokhorenko <djminikin@gmail.com>
  • Loading branch information
dependabot[bot] and minikin committed Apr 2, 2024
1 parent 00e6726 commit 5b4d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ missing_docs_in_private_items = "deny"
pallas = { git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "fix/immutable-secondary", version = "0.24.0" }
pallas-hardano = { git = "https://github.com/input-output-hk/catalyst-pallas.git", branch = "fix/immutable-secondary", version = "0.24.0" }

wasmtime = "18.0.2"
wasmtime = "19.0.0"
rusty_ulid = "2.0.0"
anyhow = "1.0.71"
blake2b_simd = "1.0.2"
Expand Down

0 comments on commit 5b4d4b6

Please sign in to comment.