Skip to content

Commit

Permalink
fix(deps): update rust crate wasmtime to 18.0.2 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent fe0b71b commit eccc413
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
112 changes: 56 additions & 56 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/plugy-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bincode = "1.3.3"
dashmap = "5.5.3"
plugy-core = { path = "../plugy-core", version = "0.3.1" }
serde = { version = "1", features = ["derive"] }
wasmtime = "18.0.1"
wasmtime = "18.0.2"
async-lock = "3.3.0"

[dev-dependencies]
Expand Down

0 comments on commit eccc413

Please sign in to comment.