Skip to content
Snippets Groups Projects
Commit bbff9f56 authored by Éloïs's avatar Éloïs
Browse files

[deps] remove useless deps and deletable duplicates deps

parent d385f7f7
No related branches found
No related tags found
1 merge request!258Use cargo deny to ensure licence compatibility of all deps
This diff is collapsed.
......@@ -18,7 +18,7 @@ durs-module = { path = "../../lib/core/module" }
#durs-skeleton = { path = "../../lib/modules/skeleton" }
durs-ws2p = { path = "../../lib/modules/ws2p/ws2p" }
durs-ws2p-v1-legacy = { path = "../../lib/modules/ws2p-v1-legacy" }
human-panic = "1.0.1"
#human-panic = "1.0.1"
log = "0.4.8"
structopt= "0.3.4"
......
......@@ -13,7 +13,6 @@ path = "src/lib.rs"
chrono = "0.4"
clap = "2.33.0"
clear_on_drop = "0.2.3"
dirs = "2.0.2"
durs-bc = { path = "../../modules/blockchain/blockchain" }
durs-common-tools = { path = "../../tools/common-tools" }
durs-bc-db-reader = { path = "../../modules-lib/bc-db-reader" }
......
......@@ -13,7 +13,7 @@ edition = "2018"
path = "src/lib.rs"
[dependencies]
base64 = "0.10.*"
base64 = "0.11.0"
bs58 = "0.3.0"
byteorder = "1.3.2"
chacha20-poly1305-aead = "0.1.2"
......
......@@ -10,7 +10,6 @@ edition = "2018"
path = "src/lib.rs"
[dependencies]
dirs = "2.0.2"
durs-conf = { path = "../../../core/conf" }
dubp-block-doc = { path = "../../../dubp/block-doc"} #, version = "0.1.0" }
dubp-common-doc = { path = "../../../dubp/common-doc"} #, version = "0.1.0" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment