Skip to content

Commit 9fbb3f8

Browse files
authored
Update wasmtime to v11.0.1. (#15)
Signed-off-by: Alex Snaps <asnaps@redhat.com>
1 parent 8844b12 commit 9fbb3f8

File tree

4 files changed

+580
-482
lines changed

4 files changed

+580
-482
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "2482bd80c24a6b23ac1a259df77c61d5cc9c93a9" }
11-
anyhow = "1.0.31"
10+
wasmtime = "11.0.1"
11+
anyhow = "1.0.72"
1212
lazy_static = "1.4.0"
13-
more-asserts = "0.2.1"
14-
rand = "0.7.3"
13+
more-asserts = "0.3.1"
14+
rand = "0.8.5"
1515
structopt = "0.3.16"

0 commit comments

Comments
 (0)