diff --git a/Cargo.lock b/Cargo.lock index ec3f5ecbb8..5f9bca45b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "air-interpreter-interface" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36cf32872b2fff22bf5b872e0a0206b0f7dfe8e2b0ad3aa675bbbe78081fac9" +checksum = "8c7e3897c2200bf9f36f571f93b40412dc35730ded82ec55c027dd32891a73ae" dependencies = [ "fluence-it-types", "marine-rs-sdk", @@ -162,9 +162,9 @@ dependencies = [ [[package]] name = "air-interpreter-wasm" -version = "0.18.0" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9909efe638416c9a186e64df0379bee4aeaef050c87f3b161fccabbc5a427a70" +checksum = "fdd63dc7e42c1b884a9a48fe42c791fd1b8cb2eb54a7a58cd2f2bd39b6e41b92" dependencies = [ "built", ] @@ -497,9 +497,9 @@ checksum = "dac8b9b7b7f1739169079c382581679b1466cfcb807fb3f7a9723c7a7f78f373" [[package]] name = "avm-server" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aba32266b0308a910362f8fe29e1e9d18d04f135c1ed3940b29441e23248c30" +checksum = "dc0eb372dc8119fce4615df7e2a810ac89ec3861a39c780f456ef50ee09a6b0c" dependencies = [ "air-interpreter-interface", "avm-data-store", diff --git a/aquamarine/Cargo.toml b/aquamarine/Cargo.toml index 0d0d9afe37..2fe76c5b05 100644 --- a/aquamarine/Cargo.toml +++ b/aquamarine/Cargo.toml @@ -16,7 +16,7 @@ control-macro = { path = "../crates/control-macro" } fs-utils = { path = "../crates/fs-utils" } particle-execution = { path = "../particle-execution" } -avm-server = "0.12.0" +avm-server = "0.13.0" libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] } futures = "0.3.13" diff --git a/crates/air-interpreter-fs/Cargo.toml b/crates/air-interpreter-fs/Cargo.toml index 0057c38632..08a4396acd 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.18.0" +air-interpreter-wasm = "=0.19.3" 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 8a8a67a7ea..51536f3257 100644 --- a/crates/local-vm/Cargo.toml +++ b/crates/local-vm/Cargo.toml @@ -15,8 +15,8 @@ fs-utils = { path = "../fs-utils"} aquamarine = { path = "../../aquamarine"} air-interpreter-fs = { path = "../air-interpreter-fs" } -air-interpreter-wasm = "=0.18.0" -avm-server = "0.12.0" +air-interpreter-wasm = "=0.19.3" +avm-server = "0.13.0" libp2p = { version = "0.36.1", package = "fluence-fork-libp2p", features = ["tcp-tokio"] } diff --git a/crates/particle-args/Cargo.toml b/crates/particle-args/Cargo.toml index e3f5234d0b..5f0153627f 100644 --- a/crates/particle-args/Cargo.toml +++ b/crates/particle-args/Cargo.toml @@ -9,7 +9,7 @@ ivalue-utils = { path = "../ivalue-utils" } json-utils = { path = "../json-utils" } control-macro = { path = "../control-macro" } -avm-server = "0.12.0" +avm-server = "0.13.0" serde_json = "1.0.64" serde = "1.0.130" diff --git a/crates/toy-vms/Cargo.toml b/crates/toy-vms/Cargo.toml index a7c5269ffb..ce99961b6d 100644 --- a/crates/toy-vms/Cargo.toml +++ b/crates/toy-vms/Cargo.toml @@ -9,7 +9,7 @@ aquamarine = { path = "../../aquamarine" } particle-protocol = { path = "../../particle-protocol" } fluence-libp2p = { path = "../libp2p" } -avm-server = "0.12.0" +avm-server = "0.13.0" futures = "0.3.15" itertools = "0.10.1" diff --git a/particle-builtins/Cargo.toml b/particle-builtins/Cargo.toml index 55a46742b7..3f684985e8 100644 --- a/particle-builtins/Cargo.toml +++ b/particle-builtins/Cargo.toml @@ -20,7 +20,7 @@ now-millis = { path = "../crates/now-millis" } toml-utils = { path = "../crates/toml-utils" } libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] } -avm-server = "0.12.0" +avm-server = "0.13.0" async-std = { version = "1.9.0", features = ["unstable"] } multihash = "0.13.2" diff --git a/particle-node/Cargo.toml b/particle-node/Cargo.toml index 7e46f516b9..49ffc5d326 100644 --- a/particle-node/Cargo.toml +++ b/particle-node/Cargo.toml @@ -23,8 +23,8 @@ fs-utils = { path = "../crates/fs-utils" } trust-graph = "0.2.7" fluence-identity = "0.3.0" -air-interpreter-wasm = "=0.18.0" -avm-server = "0.12.0" +air-interpreter-wasm = "=0.19.3" +avm-server = "0.13.0" libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] } futures = "0.3.13"