Removes rustc-serialize references from Cargo.toml and Cargo.lock

This commit is contained in:
Dmitry Kashitsyn 2017-10-11 22:01:00 +07:00
parent 604cdde71d
commit 4f86f5b76d
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -810,7 +810,6 @@ dependencies = [
"rlp 0.2.0",
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -21,7 +21,6 @@ libc = "0.2.7"
parking_lot = "0.4"
ansi_term = "0.9"
rustc-hex = "1.0"
rustc-serialize = "0.3"
ethcore-io = { path = "../io" }
ethcore-util = { path = ".." }
ethcore-bigint = { path = "../bigint" }