[package]
name = "cargo"
-version = "0.24.0"
+version = "0.25.0"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
"Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
atty = "0.2"
-crates-io = { path = "src/crates-io", version = "0.13" }
+crates-io = { path = "src/crates-io", version = "0.14" }
crossbeam = "0.3"
crypto-hash = "0.3"
curl = "0.4.6"
[package]
name = "crates-io"
-version = "0.13.0"
+version = "0.14.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
[dependencies]
curl = "0.4"
-error-chain = "0.11.0-rc.2"
+error-chain = "0.11.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"