From 761e5cc58c02ec7479d4dacb3adbd07db73eddef Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Mon, 9 Mar 2020 19:55:33 +0100 Subject: [PATCH] [deps] upgrade to dup-crypto v0.8.4 --- Cargo.lock | 52 +++++++++---------- lib/core/conf/Cargo.toml | 2 +- lib/core/core/Cargo.toml | 2 +- lib/core/message/Cargo.toml | 2 +- lib/core/module/Cargo.toml | 2 +- lib/core/network/Cargo.toml | 2 +- lib/dubp/block-doc/Cargo.toml | 2 +- lib/dubp/common-doc/Cargo.toml | 2 +- lib/dubp/indexes/Cargo.toml | 2 +- lib/dubp/user-docs/Cargo.toml | 2 +- lib/dubp/wot/Cargo.toml | 2 +- lib/dunp/network-documents/Cargo.toml | 2 +- lib/modules-lib/bc-db-reader/Cargo.toml | 2 +- .../blockchain/bc-db-writer/Cargo.toml | 2 +- lib/modules/blockchain/blockchain/Cargo.toml | 2 +- lib/modules/gva/Cargo.toml | 2 +- lib/modules/skeleton/Cargo.toml | 2 +- lib/modules/tui/Cargo.toml | 2 +- lib/modules/ws2p-v1-legacy/Cargo.toml | 2 +- lib/modules/ws2p/ws2p-messages/Cargo.toml | 2 +- lib/modules/ws2p/ws2p-protocol/Cargo.toml | 2 +- lib/modules/ws2p/ws2p/Cargo.toml | 2 +- lib/tests-tools/bc-db-tests-tools/Cargo.toml | 2 +- lib/tests-tools/blocks-tests-tools/Cargo.toml | 2 +- lib/tests-tools/crypto-tests-tools/Cargo.toml | 2 +- .../user-docs-tests-tools/Cargo.toml | 2 +- 26 files changed, 50 insertions(+), 52 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 109b87a3..1f959c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", "durs-bc-db-reader 0.3.0-dev", "durs-bc-db-writer 0.3.0-dev", @@ -715,7 +715,7 @@ dependencies = [ "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", "dubp-user-docs-tests-tools 0.1.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "json-pest-parser 0.2.0", @@ -738,7 +738,7 @@ dependencies = [ "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", "dubp-user-docs-tests-tools 0.1.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", "durs-common-tools 0.2.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -749,7 +749,7 @@ dependencies = [ name = "dubp-common-doc" version = "0.1.0" dependencies = [ - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "json-pest-parser 0.2.0", @@ -781,7 +781,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -796,7 +796,7 @@ name = "dubp-user-docs" version = "0.14.0" dependencies = [ "dubp-common-doc 0.1.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "json-pest-parser 0.2.0", @@ -818,7 +818,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", ] @@ -840,7 +840,6 @@ dependencies = [ [[package]] name = "dup-crypto" version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -857,7 +856,7 @@ dependencies = [ name = "dup-crypto-tests-tools" version = "0.1.0" dependencies = [ - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", ] [[package]] @@ -870,7 +869,7 @@ dependencies = [ "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", "dubp-user-docs-tests-tools 0.1.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", "durs-bc-db-reader 0.3.0-dev", "durs-bc-db-writer 0.3.0-dev", @@ -910,7 +909,7 @@ dependencies = [ "dubp-indexes 0.1.0", "dubp-user-docs 0.14.0", "dubp-user-docs-tests-tools 0.1.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", "durs-common-tests-tools 0.1.0", "durs-common-tools 0.2.0", @@ -937,7 +936,7 @@ dependencies = [ "dubp-indexes 0.1.0", "dubp-user-docs 0.14.0", "dubp-user-docs-tests-tools 0.1.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", "durs-bc-db-reader 0.3.0-dev", "durs-common-tests-tools 0.1.0", @@ -978,7 +977,7 @@ dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-message 0.3.0-dev", "durs-module 0.3.0-dev", @@ -1002,7 +1001,7 @@ dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dubp-currency-params 0.2.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-bc 0.3.0-dev", "durs-bc-db-reader 0.3.0-dev", "durs-common-tools 0.2.0", @@ -1050,7 +1049,7 @@ dependencies = [ "dubp-blocks-tests-tools 0.1.0", "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "dup-crypto-tests-tools 0.1.0", "durs-bc-db-reader 0.3.0-dev", "durs-common-tools 0.2.0", @@ -1078,7 +1077,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-module 0.3.0-dev", "durs-network 0.3.0-dev", "durs-network-documents 0.4.0", @@ -1093,7 +1092,7 @@ version = "0.3.0-dev" dependencies = [ "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-network-documents 0.4.0", "envy 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1112,7 +1111,7 @@ dependencies = [ "dubp-block-doc 0.1.0", "dubp-common-doc 0.1.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-module 0.3.0-dev", "durs-network-documents 0.4.0", @@ -1131,7 +1130,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tests-tools 0.1.0", "durs-common-tools 0.2.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1153,7 +1152,7 @@ version = "0.1.0" dependencies = [ "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-conf 0.3.0-dev", "durs-message 0.3.0-dev", @@ -1173,7 +1172,7 @@ version = "0.3.0-dev" dependencies = [ "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-conf 0.3.0-dev", "durs-message 0.3.0-dev", @@ -1194,7 +1193,7 @@ name = "durs-wot" version = "0.8.0-a0.9" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1209,7 +1208,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tests-tools 0.1.0", "durs-common-tools 0.2.0", "durs-conf 0.3.0-dev", @@ -1241,7 +1240,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-network-documents 0.4.0", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1260,7 +1259,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-module 0.3.0-dev", "durs-network-documents 0.4.0", @@ -1282,7 +1281,7 @@ dependencies = [ "dubp-common-doc 0.1.0", "dubp-currency-params 0.2.0", "dubp-user-docs 0.14.0", - "dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dup-crypto 0.8.3", "durs-common-tools 0.2.0", "durs-conf 0.3.0-dev", "durs-message 0.3.0-dev", @@ -3202,7 +3201,6 @@ dependencies = [ "checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b" "checksum downcast 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4bb454f0228b18c7f4c3b0ebbee346ed9c52e7443b0999cd543ff3571205701d" "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" -"checksum dup-crypto 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e34f1396e1c9d3531c89318713e32d896991ba78ccfc4f75a597cc3e200c4036" "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" "checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28" "checksum enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "900a6c7fbe523f4c2884eaf26b57b81bb69b6810a01a236390a7ac021d09492e" diff --git a/lib/core/conf/Cargo.toml b/lib/core/conf/Cargo.toml index e02260bc..ca9de66e 100644 --- a/lib/core/conf/Cargo.toml +++ b/lib/core/conf/Cargo.toml @@ -11,7 +11,7 @@ path = "src/lib.rs" [dependencies] dirs = "2.0.2" -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs= { path = "../../dubp/user-docs" } durs-message = { path = "../message" } diff --git a/lib/core/core/Cargo.toml b/lib/core/core/Cargo.toml index a74d9625..fb9ef5ef 100644 --- a/lib/core/core/Cargo.toml +++ b/lib/core/core/Cargo.toml @@ -17,7 +17,7 @@ durs-common-tools = { path = "../../tools/common-tools" } durs-bc-db-reader = { path = "../../modules-lib/bc-db-reader" } durs-conf = { path = "../conf" } durs-dbs-tools = { path = "../../tools/dbs-tools" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-currency-params = { path = "../../dubp/currency-params" } durs-message = { path = "../message" } durs-module = { path = "../module" } diff --git a/lib/core/message/Cargo.toml b/lib/core/message/Cargo.toml index cf7f8901..34ad1979 100644 --- a/lib/core/message/Cargo.toml +++ b/lib/core/message/Cargo.toml @@ -14,7 +14,7 @@ dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs= { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-module = { path = "../module" } durs-network = { path = "../network" } durs-network-documents = { path = "../../dunp/network-documents" } diff --git a/lib/core/module/Cargo.toml b/lib/core/module/Cargo.toml index ad480fc7..3fd1ea6c 100644 --- a/lib/core/module/Cargo.toml +++ b/lib/core/module/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" path = "src/lib.rs" [dependencies] -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs = { path = "../../dubp/user-docs" } durs-common-tools = { path = "../../tools/common-tools" } diff --git a/lib/core/network/Cargo.toml b/lib/core/network/Cargo.toml index 95b7ed3a..bda1cfcd 100644 --- a/lib/core/network/Cargo.toml +++ b/lib/core/network/Cargo.toml @@ -13,7 +13,7 @@ path = "lib.rs" dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-user-docs= { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tools = { path = "../../tools/common-tools" } durs-module = { path = "../module" } durs-network-documents = { path = "../../dunp/network-documents" } diff --git a/lib/dubp/block-doc/Cargo.toml b/lib/dubp/block-doc/Cargo.toml index 3a02a82a..d7754fc6 100644 --- a/lib/dubp/block-doc/Cargo.toml +++ b/lib/dubp/block-doc/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" dubp-common-doc = { path = "../common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../currency-params", version = "0.2.0" } dubp-user-docs = { path = "../user-docs", version = "0.14.0" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tools = { path = "../../tools/common-tools", version = "0.2.0" } failure = "0.1.5" json-pest-parser = { path = "../../tools/json-pest-parser", version = "0.2.0" } diff --git a/lib/dubp/common-doc/Cargo.toml b/lib/dubp/common-doc/Cargo.toml index d4abbca3..8a20f8fc 100644 --- a/lib/dubp/common-doc/Cargo.toml +++ b/lib/dubp/common-doc/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" path = "src/lib.rs" [dependencies] -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tools = { path = "../../tools/common-tools", version = "0.2.0" } failure = "0.1.5" json-pest-parser = { path = "../../tools/json-pest-parser", version = "0.2.0" } diff --git a/lib/dubp/indexes/Cargo.toml b/lib/dubp/indexes/Cargo.toml index 2bef4f85..16703d21 100644 --- a/lib/dubp/indexes/Cargo.toml +++ b/lib/dubp/indexes/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" dubp-common-doc = { path = "../common-doc"} #, version = "0.1.0" } dubp-user-docs = { path = "../user-docs"} #, version = "0.1.0" } dubp-currency-params = { path = "../currency-params", version = "0.2.0" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tools = { path = "../../tools/common-tools", version = "0.2.0" } failure = "0.1.5" log = "0.4.*" diff --git a/lib/dubp/user-docs/Cargo.toml b/lib/dubp/user-docs/Cargo.toml index 41e5f752..d89db022 100644 --- a/lib/dubp/user-docs/Cargo.toml +++ b/lib/dubp/user-docs/Cargo.toml @@ -14,7 +14,7 @@ path = "src/lib.rs" [dependencies] dubp-common-doc = { path = "../common-doc"} #, version = "0.1.0" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tools = { path = "../../tools/common-tools", version = "0.2.0" } failure = "0.1.5" json-pest-parser = { path = "../../tools/json-pest-parser", version = "0.2.0" } diff --git a/lib/dubp/wot/Cargo.toml b/lib/dubp/wot/Cargo.toml index defc6c33..aa99c9b7 100644 --- a/lib/dubp/wot/Cargo.toml +++ b/lib/dubp/wot/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" path = "lib.rs" [dependencies] -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tools = { path = "../../tools/common-tools", version = "0.2.0" } log = "0.4.*" rayon = "1.3.0" diff --git a/lib/dunp/network-documents/Cargo.toml b/lib/dunp/network-documents/Cargo.toml index 9687aba9..0dbb4ce1 100644 --- a/lib/dunp/network-documents/Cargo.toml +++ b/lib/dunp/network-documents/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" dubp-common-doc = { path = "../../dubp/common-doc" } #, version = "0.1.0" } dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs= { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-common-tests-tools = { path = "../../tests-tools/common-tests-tools" } durs-common-tools = { path = "../../tools/common-tools" } failure = "0.1.5" diff --git a/lib/modules-lib/bc-db-reader/Cargo.toml b/lib/modules-lib/bc-db-reader/Cargo.toml index 1c79c938..69ba1889 100644 --- a/lib/modules-lib/bc-db-reader/Cargo.toml +++ b/lib/modules-lib/bc-db-reader/Cargo.toml @@ -13,7 +13,7 @@ path = "src/lib.rs" dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-indexes = { path = "../../dubp/indexes"} #, version = "0.1.0" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs= { path = "../../dubp/user-docs" } durs-conf = { path = "../../core/conf" } diff --git a/lib/modules/blockchain/bc-db-writer/Cargo.toml b/lib/modules/blockchain/bc-db-writer/Cargo.toml index d7702ef8..038fd31e 100644 --- a/lib/modules/blockchain/bc-db-writer/Cargo.toml +++ b/lib/modules/blockchain/bc-db-writer/Cargo.toml @@ -15,7 +15,7 @@ dubp-common-doc = { path = "../../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../../dubp/currency-params" } dubp-indexes = { path = "../../../dubp/indexes"} #, version = "0.1.0" } dubp-user-docs= { path = "../../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-bc-db-reader = { path = "../../../modules-lib/bc-db-reader" } durs-common-tools = { path = "../../../tools/common-tools" } durs-conf = { path = "../../../core/conf" } diff --git a/lib/modules/blockchain/blockchain/Cargo.toml b/lib/modules/blockchain/blockchain/Cargo.toml index ff790b4d..53407dd0 100644 --- a/lib/modules/blockchain/blockchain/Cargo.toml +++ b/lib/modules/blockchain/blockchain/Cargo.toml @@ -16,7 +16,7 @@ dubp-common-doc = { path = "../../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../../dubp/currency-params" } durs-bc-db-reader = { path = "../../../modules-lib/bc-db-reader" } durs-bc-db-writer = { path = "../bc-db-writer" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-user-docs= { path = "../../../dubp/user-docs" } durs-common-tools = { path = "../../../tools/common-tools" } durs-network-documents = { path = "../../../dunp/network-documents" } diff --git a/lib/modules/gva/Cargo.toml b/lib/modules/gva/Cargo.toml index 2f3df211..79501caa 100644 --- a/lib/modules/gva/Cargo.toml +++ b/lib/modules/gva/Cargo.toml @@ -14,7 +14,7 @@ actix-cors = "0.2.0" actix-rt = "1.0.0" actix-web = "2.0.0" dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-bc-db-reader = { path = "../../modules-lib/bc-db-reader", features = ["client-indexer"] } durs-conf = { path = "../../core/conf" } durs-message = { path = "../../core/message" } diff --git a/lib/modules/skeleton/Cargo.toml b/lib/modules/skeleton/Cargo.toml index 48d44486..dadf5c5d 100644 --- a/lib/modules/skeleton/Cargo.toml +++ b/lib/modules/skeleton/Cargo.toml @@ -15,7 +15,7 @@ durs-conf = { path = "../../core/conf" } durs-message = { path = "../../core/message" } durs-module = { path = "../../core/module" } durs-network = { path = "../../core/network" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-currency-params = { path = "../../dubp/currency-params" } durs-common-tools = { path = "../../tools/common-tools" } failure = "0.1.5" diff --git a/lib/modules/tui/Cargo.toml b/lib/modules/tui/Cargo.toml index 29bf9f5d..940bccad 100644 --- a/lib/modules/tui/Cargo.toml +++ b/lib/modules/tui/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" [dependencies] durs-conf = { path = "../../core/conf" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs= { path = "../../dubp/user-docs" } durs-common-tools = { path = "../../tools/common-tools" } diff --git a/lib/modules/ws2p-v1-legacy/Cargo.toml b/lib/modules/ws2p-v1-legacy/Cargo.toml index 73e02358..1cae331d 100644 --- a/lib/modules/ws2p-v1-legacy/Cargo.toml +++ b/lib/modules/ws2p-v1-legacy/Cargo.toml @@ -15,7 +15,7 @@ dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs= { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-conf = { path = "../../core/conf" } durs-module = { path = "../../core/module" } durs-network = { path = "../../core/network" } diff --git a/lib/modules/ws2p/ws2p-messages/Cargo.toml b/lib/modules/ws2p/ws2p-messages/Cargo.toml index e49055fc..1df0e0d6 100644 --- a/lib/modules/ws2p/ws2p-messages/Cargo.toml +++ b/lib/modules/ws2p/ws2p-messages/Cargo.toml @@ -18,7 +18,7 @@ dubp-currency-params = { path = "../../../dubp/currency-params" } dubp-user-docs= { path = "../../../dubp/user-docs" } durs-network-documents = { path = "../../../dunp/network-documents" } durs-common-tools = { path = "../../../tools/common-tools" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" failure = "0.1.5" log = "0.4.*" serde = "1.0.*" diff --git a/lib/modules/ws2p/ws2p-protocol/Cargo.toml b/lib/modules/ws2p/ws2p-protocol/Cargo.toml index 764fee7d..2317b01b 100644 --- a/lib/modules/ws2p/ws2p-protocol/Cargo.toml +++ b/lib/modules/ws2p/ws2p-protocol/Cargo.toml @@ -14,7 +14,7 @@ dubp-common-doc = { path = "../../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../../dubp/currency-params" } dubp-user-docs= { path = "../../../dubp/user-docs" } durs-common-tools = { path = "../../../tools/common-tools" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-module = { path = "../../../core/module" } durs-network-documents = { path = "../../../dunp/network-documents" } durs-ws2p-messages = { path = "../ws2p-messages" } diff --git a/lib/modules/ws2p/ws2p/Cargo.toml b/lib/modules/ws2p/ws2p/Cargo.toml index b62ff515..80a9a91f 100644 --- a/lib/modules/ws2p/ws2p/Cargo.toml +++ b/lib/modules/ws2p/ws2p/Cargo.toml @@ -16,7 +16,7 @@ dubp-currency-params = { path = "../../../dubp/currency-params" } dubp-user-docs= { path = "../../../dubp/user-docs" } durs-network-documents = { path = "../../../dunp/network-documents" } durs-common-tools = { path = "../../../tools/common-tools" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-conf= { path = "../../../core/conf" } durs-ws2p-messages = { path = "../ws2p-messages" } durs-ws2p-protocol = { path = "../ws2p-protocol" } diff --git a/lib/tests-tools/bc-db-tests-tools/Cargo.toml b/lib/tests-tools/bc-db-tests-tools/Cargo.toml index 5c8b1232..0f5bee85 100644 --- a/lib/tests-tools/bc-db-tests-tools/Cargo.toml +++ b/lib/tests-tools/bc-db-tests-tools/Cargo.toml @@ -17,7 +17,7 @@ dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs = { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" durs-bc-db-reader = { path = "../../modules-lib/bc-db-reader" } durs-bc-db-writer = { path = "../../modules/blockchain/bc-db-writer" } dup-crypto-tests-tools = { path = "../crypto-tests-tools" } diff --git a/lib/tests-tools/blocks-tests-tools/Cargo.toml b/lib/tests-tools/blocks-tests-tools/Cargo.toml index a0659d2b..9ff64e0c 100644 --- a/lib/tests-tools/blocks-tests-tools/Cargo.toml +++ b/lib/tests-tools/blocks-tests-tools/Cargo.toml @@ -17,7 +17,7 @@ dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs = { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dup-crypto-tests-tools = { path = "../crypto-tests-tools" } dubp-user-docs-tests-tools = { path = "../user-docs-tests-tools" } durs-common-tools = { path = "../../tools/common-tools" } diff --git a/lib/tests-tools/crypto-tests-tools/Cargo.toml b/lib/tests-tools/crypto-tests-tools/Cargo.toml index 1e26cdf8..4d8af56d 100644 --- a/lib/tests-tools/crypto-tests-tools/Cargo.toml +++ b/lib/tests-tools/crypto-tests-tools/Cargo.toml @@ -13,6 +13,6 @@ edition = "2018" path = "src/lib.rs" [dependencies] -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" [dev-dependencies] diff --git a/lib/tests-tools/user-docs-tests-tools/Cargo.toml b/lib/tests-tools/user-docs-tests-tools/Cargo.toml index c13ec209..02731d11 100644 --- a/lib/tests-tools/user-docs-tests-tools/Cargo.toml +++ b/lib/tests-tools/user-docs-tests-tools/Cargo.toml @@ -17,7 +17,7 @@ dubp-block-doc = { path = "../../dubp/block-doc"} #, version = "0.1.0" } dubp-common-doc = { path = "../../dubp/common-doc"} #, version = "0.1.0" } dubp-currency-params = { path = "../../dubp/currency-params" } dubp-user-docs = { path = "../../dubp/user-docs" } -dup-crypto = "0.8.3" +dup-crypto = "0.8.4" dup-crypto-tests-tools = { path = "../crypto-tests-tools" } [dev-dependencies] -- GitLab