*/Cargo.toml: Remove unused dependencies (#7590)

* */Cargo.toml: Remove unused dependencies

Using cargo-udeps to detect unused dependencies.

* client/network/Cargo: Revert dependency removal

* Cargo.lock: Update
This commit is contained in:
Max Inden
2020-11-24 19:56:21 +01:00
committed by GitHub
parent c3ca78fae3
commit e3608da5fa
6 changed files with 0 additions and 17 deletions
@@ -15,4 +15,3 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
backtrace = "0.3.38"
log = "0.4.8"