Skip to content

Commit

Permalink
Merge pull request #561 from flavio/update-wasmtime
Browse files Browse the repository at this point in the history
update wasmtime
  • Loading branch information
flavio authored Sep 24, 2024
2 parents 51d8916 + 6598a9e commit 3fb07c5
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.0"
version = "0.19.1"

[workspace]
members = ["crates/burrego"]
Expand Down Expand Up @@ -51,13 +51,13 @@ wapc = "1.1"
wasi-common = { workspace = true }
wasmparser = "0.217"
wasmtime = { workspace = true }
wasmtime-provider = { version = "1.20.0", features = ["cache"] }
wasmtime-provider = { version = "1.21.0", features = ["cache"] }
wasmtime-wasi = { workspace = true }

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

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

0 comments on commit 3fb07c5

Please sign in to comment.