Skip to content

Commit

Permalink
build(deps): bump wasmtime from 15.0.0 to 15.0.1
Browse files Browse the repository at this point in the history
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 15.0.0 to 15.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@v15.0.0...v15.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 2d8a499 commit b0a8705
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
116 changes: 58 additions & 58 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 wacker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = "1.0.75"
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
wasi-common = "15.0.0"
wasmtime = { version = "15.0.0", features = ["cranelift"] }
wasmtime = { version = "15.0.1", features = ["cranelift"] }
wasmtime-wasi = { version = "15.0.0", features = ["tokio"] }
tonic = "0.10.2"
dirs = "5.0.1"
Expand Down

0 comments on commit b0a8705

Please sign in to comment.