Skip to content

Commit

Permalink
chore(deps): update wasmtime
Browse files Browse the repository at this point in the history
Update to latest version of wasmtime

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Oct 25, 2024
1 parent b2fdbc7 commit 5bcc242
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
]
edition = "2021"
name = "policy-evaluator"
version = "0.19.2"
version = "0.19.3"

[workspace]
members = ["crates/burrego"]
Expand Down Expand Up @@ -51,13 +51,13 @@ wapc = "2.0"
wasi-common = { workspace = true }
wasmparser = "0.219"
wasmtime = { workspace = true }
wasmtime-provider = { version = "2.0.0", features = ["cache"] }
wasmtime-provider = { version = "2.1.0", features = ["cache"] }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-common = "25.0"
wasmtime = "25.0"
wasmtime-wasi = "25.0"
wasi-common = "26.0"
wasmtime = "26.0"
wasmtime-wasi = "26.0"

[dev-dependencies]
assert-json-diff = "2.0"
Expand Down

0 comments on commit 5bcc242

Please sign in to comment.