Merge branch '70-upgrade-all-dependencies' into 'dev'
Resolve "Upgrade all dependencies" Closes #70 See merge request !59
No related branches found
No related tags found
Showing
- Cargo.lock 78 additions, 61 deletionsCargo.lock
- Cargo.toml 0 additions, 4 deletionsCargo.toml
- blockchain/Cargo.toml 4 additions, 4 deletionsblockchain/Cargo.toml
- blockchain/sync.rs 5 additions, 4 deletionsblockchain/sync.rs
- conf/Cargo.toml 3 additions, 3 deletionsconf/Cargo.toml
- core/Cargo.toml 5 additions, 5 deletionscore/Cargo.toml
- crypto/Cargo.toml 2 additions, 2 deletionscrypto/Cargo.toml
- dal/Cargo.toml 4 additions, 5 deletionsdal/Cargo.toml
- dal/block.rs 11 additions, 8 deletionsdal/block.rs
- documents/Cargo.toml 4 additions, 4 deletionsdocuments/Cargo.toml
- message/Cargo.toml 3 additions, 3 deletionsmessage/Cargo.toml
- module/Cargo.toml 3 additions, 3 deletionsmodule/Cargo.toml
- network/Cargo.toml 4 additions, 4 deletionsnetwork/Cargo.toml
- tui/Cargo.toml 1 addition, 1 deletiontui/Cargo.toml
- wotb/Cargo.toml 4 additions, 4 deletionswotb/Cargo.toml
This diff is collapsed.
... | ... | @@ -6,13 +6,9 @@ description = "DUniter-RS (durs) is a new implementation of Duniter protocol and |
license = "AGPL-3.0" | ||
[dependencies] | ||
clap = "2.31.2" | ||
duniter-core = { path = "./core" } | ||
duniter-tui = { path = "./tui" } | ||
duniter-ws2p = { path = "./ws2p" } | ||
lazy_static = "1.0.0" | ||
serde_json = "1.0.9" | ||
websocket = "0.20.2" | ||
[features] | ||
# Treat warnings as a build error. | ||
... | ... |
Please register or sign in to comment