]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Fri, 14 May 2021 04:12:40 +0000 (04:12 +0000)
committerbors <bors@rust-lang.org>
Fri, 14 May 2021 04:12:40 +0000 (04:12 +0000)
Update cc crate

To pull in this fix: https://github.com/alexcrichton/cc-rs/commit/801a87bf2f31ad1ad8bd7e8fa4f5a52b0e2b4c00

Cargo.lock
compiler/rustc_codegen_ssa/Cargo.toml
compiler/rustc_llvm/Cargo.toml
library/profiler_builtins/Cargo.toml
library/unwind/Cargo.toml
src/bootstrap/Cargo.toml

index 6f82575c72b1e40f584f31579d49347f50080aba..3d675e10bf20092a82251d18a750b6feac23841f 100644 (file)
@@ -441,9 +441,9 @@ version = "0.1.0"
 
 [[package]]
 name = "cc"
-version = "1.0.60"
+version = "1.0.67"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
+checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
 dependencies = [
  "jobserver",
 ]
index 7a3d715df6dcd55df6b9eeaab051e58e44945d5a..c6764662fa5d9b22c0d3b313ef84a91eadd0145d 100644 (file)
@@ -9,7 +9,7 @@ test = false
 
 [dependencies]
 bitflags = "1.2.1"
-cc = "1.0.1"
+cc = "1.0.67"
 itertools = "0.9"
 tracing = "0.1"
 libc = "0.2.50"
index e29af0532891f8dee55c7c2b26790fa7904eb4ef..7a34788de91a766a67a9c93c3cbce9c676eb2ca0 100644 (file)
@@ -13,4 +13,4 @@ libc = "0.2.73"
 
 [build-dependencies]
 build_helper = { path = "../../src/build_helper" }
-cc = "1.0.60"
+cc = "1.0.67"
index 695c847d2cde60d8e7ecbcf747a2167a2474f90c..474058a547fd32f43fea34a215941a6551ee66c0 100644 (file)
@@ -14,4 +14,4 @@ core = { path = "../core" }
 compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
 
 [build-dependencies]
-cc = "1.0.1"
+cc = "1.0.67"
index 69128591e06726b9ce8b55ea6b8412796d92cf9e..f42ded62585e2cb586a1a37baa44bb1a22b0edb8 100644 (file)
@@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
 cfg-if = "0.1.8"
 
 [build-dependencies]
-cc = { version = "1.0.1" }
+cc = "1.0.67"
 
 [features]
 llvm-libunwind = []
index c14ad6fa5fff4db8878dfe05b24f3b81d647d6a2..a74df97a5c7671f39f9b5c5c60beaa8eb8152e35 100644 (file)
@@ -40,7 +40,7 @@ cmake = "0.1.38"
 filetime = "0.2"
 num_cpus = "1.0"
 getopts = "0.2.19"
-cc = "1.0.35"
+cc = "1.0.67"
 libc = "0.2"
 serde = { version = "1.0.8", features = ["derive"] }
 serde_json = "1.0.2"