diff --git a/Cargo.toml b/Cargo.toml index fdfbafc..7c0d4ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,37 +1,41 @@ + [package] -edition = "2018" -build = "./common/build/build.rs" -name = "overlay" -version = "0.6.34" -description = "Overlay protocol library" -[workspace] +edition = '2018' +build = './common/build/build.rs' +name = 'overlay' +version = '0.6.34' +description = 'Overlay protocol library' + +[workspace] + [dependencies] -arrayref = "0.3.5" -async-trait = "0.1.22" -base64 = "0.11.0" -failure = "0.1.6" -hex = "^0" -log = "0.4.8" -rand = "0.7.2" -sha2 = "0.8.0" -tokio = { version = "1.5.0", features = ["rt-multi-thread"] } - -ton_api = { git = "https://github.com/tonlabs/ton-labs-tl.git", package = "ton_api" } -adnl = { git = "https://github.com/tonlabs/ton-labs-adnl.git", features = ["node"] } -rldp = { git = "https://github.com/tonlabs/ton-labs-rldp.git" } -ton_block = { git = "https://github.com/tonlabs/ton-labs-block.git" } -ton_types = { git = "https://github.com/tonlabs/ton-labs-types.git" } -lockfree = { git = "https://github.com/tonlabs/lockfree.git" } + +arrayref = '0.3.5' +async-trait = '0.1.22' +base64 = '0.11.0' +failure = '0.1.6' +hex = '^0' +log = '0.4.8' +rand = '0.7.2' +sha2 = '0.8.0' +tokio = { version = '1.5.0', features = [ 'rt-multi-thread' ] } +ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl.git', package = 'ton_api', tag = '0.2.110' } +adnl = { git = 'https://github.com/tonlabs/ton-labs-adnl.git', features = [ 'node' ], tag = '0.7.53' } +rldp = { git = 'https://github.com/tonlabs/ton-labs-rldp.git', tag = '0.7.49' } +ton_block = { git = 'https://github.com/tonlabs/ton-labs-block.git', tag = '1.7.27' } +ton_types = { git = 'https://github.com/tonlabs/ton-labs-types.git', tag = '1.10.10' } +lockfree = { git = 'https://github.com/tonlabs/lockfree.git' } [dev-dependencies] -dht = { git = "https://github.com/tonlabs/ton-labs-dht.git" } -external-ip = "4.1.0" -log4rs = "0.8.3" -serde_json = "1.0.41" -socket2 = "0.3.19" + +dht = { git = 'https://github.com/tonlabs/ton-labs-dht.git' } +external-ip = '4.1.0' +log4rs = '0.8.3' +serde_json = '1.0.41' +socket2 = '0.3.19' [features] -compression = ["adnl/compression"] -telemetry = ["adnl/telemetry", "rldp/telemetry"] +compression = [ 'adnl/compression' ] +telemetry = [ 'adnl/telemetry', 'rldp/telemetry' ] diff --git a/common b/common index 98bca07..185d6de 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 98bca079f4eb44148e2b0ed35c549b0ba3bde993 +Subproject commit 185d6de2d5bacc0ac3d1691fe55c64c6a59d5d45