From 527e26e08f3905e53208b575792712eeaee5deca Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Thu, 21 Oct 2021 17:30:30 +0300 Subject: [PATCH] air-interpreter-wasm = "=0.14.10" --- Cargo.lock | 4 ++-- crates/air-interpreter-fs/Cargo.toml | 2 +- crates/local-vm/Cargo.toml | 2 +- particle-node/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa148fc2b1..8f43e34d86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "air-interpreter-wasm" -version = "0.14.7" +version = "0.14.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27024b3d09a523e98a7b87400a090acbeb4d768a07cc55b8beccad8d570fb431" +checksum = "ed4422f4b70d0c607c7944d515115d655b20bf8d2fdc57718c758618b9515573" dependencies = [ "built", ] diff --git a/crates/air-interpreter-fs/Cargo.toml b/crates/air-interpreter-fs/Cargo.toml index b78d5b2c48..f839407331 100644 --- a/crates/air-interpreter-fs/Cargo.toml +++ b/crates/air-interpreter-fs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Fluence Labs"] edition = "2018" [dependencies] -air-interpreter-wasm = "=0.14.7" +air-interpreter-wasm = "=0.14.10" eyre = "0.6.5" serde = { version = "1.0.118", features = ["derive"] } diff --git a/crates/local-vm/Cargo.toml b/crates/local-vm/Cargo.toml index f08605b10e..2225285687 100644 --- a/crates/local-vm/Cargo.toml +++ b/crates/local-vm/Cargo.toml @@ -13,7 +13,7 @@ uuid-utils = { path = "../uuid-utils" } fs-utils = { path = "../fs-utils"} air-interpreter-fs = { path = "../air-interpreter-fs" } -air-interpreter-wasm = "=0.14.7" +air-interpreter-wasm = "=0.14.10" avm-server = "0.10.0" libp2p = { version = "0.36.1", package = "fluence-fork-libp2p", features = ["tcp-tokio"] } diff --git a/particle-node/Cargo.toml b/particle-node/Cargo.toml index 950be39f46..e88ef56fb7 100644 --- a/particle-node/Cargo.toml +++ b/particle-node/Cargo.toml @@ -23,7 +23,7 @@ fs-utils = { path = "../crates/fs-utils" } trust-graph = "0.2.7" fluence-identity = "0.3.0" -air-interpreter-wasm = "=0.14.7" +air-interpreter-wasm = "=0.14.10" libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }