Skip to content

Commit

Permalink
Bump wasmtime in the cargo group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime).


Updates `wasmtime` from 16.0.0 to 18.0.4
- [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...v18.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent eec6e52 commit 7e1374d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 71 deletions.
122 changes: 52 additions & 70 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 aicirt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rayon = "1.7.0"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = { version = "1.0.108", features = ["preserve_order"] }
sha2 = "0.10.7"
wasmtime = { version = "16.0.0", default-features = false, features = ["cranelift", "parallel-compilation", "pooling-allocator"] }
wasmtime = { version = "18.0.4", default-features = false, features = ["cranelift", "parallel-compilation", "pooling-allocator"] }
tokenizers = { version = "0.15.0", features = ["http"] }
thread-priority = "0.15.1"
cap = "0.1.2"
Expand Down

0 comments on commit 7e1374d

Please sign in to comment.