[package]
name = "cargo"
-version = "0.25.0"
+version = "0.26.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.14" }
+crates-io = { path = "src/crates-io", version = "0.15" }
crossbeam = "0.3"
crypto-hash = "0.3"
curl = "0.4.6"
[dev-dependencies]
bufstream = "0.1"
-cargotest = { path = "tests/cargotest" }
+cargotest = { path = "tests/cargotest", version = "0.1" }
filetime = "0.1"
hamcrest = "=0.1.1"