Skip to content

Commit

Permalink
build(deps): bump wasmtime in /src/wasm-wasi-component
Browse files Browse the repository at this point in the history
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 24.0.0 to 24.0.1.
- [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...v24.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 0e4342f commit 7134b12
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
100 changes: 50 additions & 50 deletions src/wasm-wasi-component/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 src/wasm-wasi-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http-body-util = "0.1.0"
hyper = "1.4.1"
tokio = { version = "1.33.0", default-features = false }
wasi-common = "24.0.0"
wasmtime = { version = "24.0.0", default-features = false, features = ['component-model', 'cranelift'] }
wasmtime = { version = "24.0.1", default-features = false, features = ['component-model', 'cranelift'] }
wasmtime-wasi = "24.0.0"
wasmtime-wasi-http = "24.0.0"

Expand Down

0 comments on commit 7134b12

Please sign in to comment.