From 7b1e5820c3bc98ddade620195fab6affe513dd72 Mon Sep 17 00:00:00 2001 From: DemiMarie-parity <48690212+DemiMarie-parity@users.noreply.github.com> Date: Thu, 5 Sep 2019 16:59:10 -0400 Subject: [PATCH] Update parity-wasm (#207) --- Cargo.toml | 2 +- validation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 781ef64..77ce19e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ "/res/*", "/tests/*", "/fuzz/*", "/benches/*" ] [dependencies] wasmi-validation = { version = "0.1", path = "validation", default-features = false } -parity-wasm = { version = "0.39", default-features = false } +parity-wasm = { version = "0.40.1", default-features = false } memory_units = "0.3.0" libm = { version = "0.1.2", optional = true } num-rational = "0.2.2" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index d2f0571..15a090c 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/paritytech/wasmi" description = "Wasm code validator" [dependencies] -parity-wasm = { version = "0.39", default-features = false } +parity-wasm = { version = "0.40.1", default-features = false } [dev-dependencies] assert_matches = "1.1"