diff --git a/Cargo.lock b/Cargo.lock index 44f8f3558..29d9cbf98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,11 +132,6 @@ dependencies = [ "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "cc" -version = "1.0.4" -source = "git+https://github.com/alexcrichton/cc-rs?rev=a00c415929156aeba5485d7dee27f8fe1d1a69bf#a00c415929156aeba5485d7dee27f8fe1d1a69bf" - [[package]] name = "cc" version = "1.0.17" @@ -648,7 +643,7 @@ version = "0.1.8" dependencies = [ "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.4 (git+https://github.com/alexcrichton/cc-rs?rev=a00c415929156aeba5485d7dee27f8fe1d1a69bf)", + "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -909,7 +904,6 @@ dependencies = [ "checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b" "checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b" "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d" -"checksum cc 1.0.4 (git+https://github.com/alexcrichton/cc-rs?rev=a00c415929156aeba5485d7dee27f8fe1d1a69bf)" = "" "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18" "checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536" "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67" diff --git a/Cargo.toml b/Cargo.toml index a3ae330ac..880c85a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,8 +37,7 @@ path = "src/cli_driver.rs" doc = false [build-dependencies] -# TODO: bump cc to 1.0.5 when released -cc = { git = "https://github.com/alexcrichton/cc-rs", rev="a00c415929156aeba5485d7dee27f8fe1d1a69bf" } +cc = "^1.0" pkg-config = "^0.3" regex = "^0.2" sha2 = "^0.7"