Skip to content

Commit

Permalink
chore(deps): update rust crate wasmtime to 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent 3145078 commit 90b5583
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 crates/wasmtime-backend/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-memory-traits = "0.4.0"

# all default features except async
wasmtime = {version = "13.0.0", default-features = false, features = ["cache", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "vtune"]}
wasmtime = {version = "13.0.1", default-features = false, features = ["cache", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "vtune"]}
wasmtime-wasi = "13.0.0"
multimap = "0.8.3"
paste = "1.0.14"
Expand Down

0 comments on commit 90b5583

Please sign in to comment.