Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
chore: update Wasmtime to v0.34
Browse files Browse the repository at this point in the history
This commit updates the Wasmtime dependency to v0.34.

Signed-off-by: Radu Matei <[email protected]>
  • Loading branch information
radu-matei committed Feb 19, 2022
1 parent ad7bda5 commit 011e770
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
] }
structopt = "0.3"
tokio = { version = "1.4", features = [ "full" ] }
wasmtime = "0.33"
wasmtime-wasi = "0.33"
wasi-common = "0.33"
wasi-cap-std-sync = "0.33"
wasmtime = "0.34"
wasmtime-wasi = "0.34"
wasi-common = "0.34"
wasi-cap-std-sync = "0.34"
wasi-experimental-http = { path = "crates/wasi-experimental-http" }
wasi-experimental-http-wasmtime = { path = "crates/wasi-experimental-http-wasmtime" }

Expand Down
6 changes: 3 additions & 3 deletions crates/wasi-experimental-http-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
tokio = { version = "1.4.0", features = [ "full" ] }
tracing = { version = "0.1", features = [ "log" ] }
url = "2.2.1"
wasmtime = "0.33"
wasmtime-wasi = "0.33"
wasi-common = "0.33"
wasmtime = "0.34"
wasmtime-wasi = "0.34"
wasi-common = "0.34"

0 comments on commit 011e770

Please sign in to comment.