Skip to content

Commit

Permalink
avm-server = 0.20.2, fluence-app-service = 0.17.2 (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol authored Apr 27, 2022
1 parent 74fe414 commit 89193c3
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exclude = [
libp2p = { version = "0.45", git = "https://github.com/fluencelabs/rust-libp2p", branch = "yamux_set_split_send_size" }
libp2p-yamux = { version = "0.37", git = "https://github.com/fluencelabs/rust-libp2p", branch = "yamux_set_split_send_size" }
libp2p-core = { version = "0.33.0", git = "https://github.com/fluencelabs/rust-libp2p", branch = "yamux_set_split_send_size" }
libp2p-noise = { version = "0.36", git = "https://github.com/fluencelabs/rust-libp2p", branch = "yamux_set_split_send_size" }
libp2p-metrics = { version = "0.6.0", git = "https://github.com/fluencelabs/rust-libp2p", branch = "yamux_set_split_send_size" }
libp2p-noise = { version = "0.36", git = "https://github.com/fluencelabs/rust-libp2p", branch = "yamux_set_split_send_size" }

fluence-keypair = { git = "https://github.com/fluencelabs/trust-graph", branch = "update_libp2p" }
fluence-keypair = { git = "https://github.com/fluencelabs/trust-graph", branch = "update_libp2p" }
2 changes: 1 addition & 1 deletion aquamarine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fs-utils = { path = "../crates/fs-utils" }
peer-metrics = { path = "../crates/peer-metrics" }
particle-execution = { path = "../particle-execution" }

avm-server = "0.20.0"
avm-server = "0.20.2"
libp2p = "0.45"

futures = "0.3.13"
Expand Down
2 changes: 1 addition & 1 deletion crates/local-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aquamarine = { path = "../../aquamarine"}
air-interpreter-fs = { path = "../air-interpreter-fs" }

air-interpreter-wasm = "=0.24.1"
avm-server = "0.20.0"
avm-server = "0.20.2"

libp2p = "0.45"

Expand Down
2 changes: 1 addition & 1 deletion crates/particle-args/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ivalue-utils = { path = "../ivalue-utils" }
json-utils = { path = "../json-utils" }
control-macro = { path = "../control-macro" }

avm-server = "0.20.0"
avm-server = "0.20.2"

serde_json = "1.0.64"
serde = "1.0.130"
Expand Down
2 changes: 1 addition & 1 deletion crates/toy-vms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aquamarine = { path = "../../aquamarine" }
particle-protocol = { path = "../../particle-protocol" }
fluence-libp2p = { path = "../libp2p" }

avm-server = "0.20.0"
avm-server = "0.20.2"

futures = "0.3.15"
serde_json = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion particle-builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ now-millis = { path = "../crates/now-millis" }
toml-utils = { path = "../crates/toml-utils" }

libp2p = "0.45"
avm-server = "0.20.0"
avm-server = "0.20.2"
multihash = "0.16.2"

async-std = { version = "1.9.0", features = ["unstable"] }
Expand Down
4 changes: 2 additions & 2 deletions particle-modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ json-utils = { path = "../crates/json-utils" }
fs-utils = { path = "../crates/fs-utils" }
service-modules = { path = "../crates/service-modules" }

marine-it-parser = "0.9.0"
fluence-app-service = "0.17.0"
marine-it-parser = "0.9.1"
fluence-app-service = "0.17.2"
marine-utils = "0.4.0"

serde = { version = "1.0.118", features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions particle-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "particle-node"
version = "0.7.0"
version = "0.7.1"
authors = ["Fluence Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2018"
Expand All @@ -24,7 +24,7 @@ peer-metrics = { path = "../crates/peer-metrics" }

fluence-keypair = "0.7.0"
air-interpreter-wasm = "=0.24.1"
avm-server = "0.20.0"
avm-server = "0.20.2"

libp2p = "0.45"
libp2p-metrics = "0.6.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ local-vm = { path = "../crates/local-vm" }
control-macro = { path = "../crates/control-macro" }
json-utils = { path = "../crates/json-utils" }

fluence-app-service = "0.17.0"
fluence-app-service = "0.17.2"

parking_lot = "0.11.2"
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion particle-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server-config = { path = "../crates/server-config" }
fluence-libp2p = { path = "../crates/libp2p" }
particle-execution = { path = "../particle-execution" }

fluence-app-service = "0.17.0"
fluence-app-service = "0.17.2"

parking_lot = "0.11.2"
serde_json = "1.0.64"
Expand Down

0 comments on commit 89193c3

Please sign in to comment.