diff --git a/Cargo.toml b/Cargo.toml index 2c05e50..e95ad17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ nan-preserving-float = "0.1.0" [dev-dependencies] assert_matches = "1.1" -wabt = "0.4" +wabt = "0.6" diff --git a/benches/Cargo.toml b/benches/Cargo.toml index f3d3fe8..de60346 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Sergey Pepyakin "] [dependencies] wasmi = { path = ".." } assert_matches = "1.2" -wabt = "0.3" +wabt = "0.6" [profile.bench] debug = true diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 1dd173d..4431140 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -10,7 +10,7 @@ cargo-fuzz = true [dependencies] wasmi = { path = ".." } -wabt = "0.2.0" +wabt = "0.6.0" wasmparser = "0.14.1" tempdir = "0.3.6" diff --git a/hfuzz/Cargo.toml b/hfuzz/Cargo.toml index 473364f..266b767 100644 --- a/hfuzz/Cargo.toml +++ b/hfuzz/Cargo.toml @@ -7,4 +7,4 @@ authors = ["Sergey Pepyakin "] honggfuzz = "=0.5.9" # Strict equal since hfuzz requires dep and cmd versions to match. wasmi = { path = ".." } tempdir = "0.3.6" -wabt = "0.2.0" +wabt = "0.6.0"