Skip to content

Commit

Permalink
Merge pull request #365 from flavio/update-wasmtime
Browse files Browse the repository at this point in the history
chore(deps): update to latest version of wasmtime
  • Loading branch information
flavio authored Oct 24, 2023
2 parents 06e158e + a0dac45 commit 6902f6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ tracing = "0.1"
tracing-futures = "0.2"
url = { version = "2.2", features = ["serde"] }
validator = { version = "0.16", features = ["derive"] }
wapc = "1.0.0"
wapc = "1.1"
wasi-cap-std-sync = { workspace = true }
wasi-common = { workspace = true }
wasmparser = "0.115"
wasmtime = { workspace = true }
wasmtime-provider = { version = "1.10.0", features = ["cache"] }
wasmtime-provider = { version = "1.11", features = ["cache"] }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-cap-std-sync = "13.0"
wasi-common = "13.0"
wasmtime = "13.0"
wasmtime-wasi = "13.0"
wasi-cap-std-sync = "14.0"
wasi-common = "14.0"
wasmtime = "14.0"
wasmtime-wasi = "14.0"

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

0 comments on commit 6902f6f

Please sign in to comment.