summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-05-14 04:12:40 +0000
committerbors <bors@rust-lang.org>2021-05-14 04:12:40 +0000
commit91f2e2d21820ff9946f27aa743911d7344caa0e0 (patch)
treecb97f214d22a1529dd1c25273f398cdcfa9db879 /compiler/rustc_codegen_ssa
parent754d17121d04d02bee634558129110b68fa95b00 (diff)
parentb04fd78d6698380b25e1635e14fe33a6ad81d61b (diff)
downloadrust-91f2e2d21820ff9946f27aa743911d7344caa0e0.tar.gz
rust-91f2e2d21820ff9946f27aa743911d7344caa0e0.zip
Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
Update cc crate

To pull in this fix: https://github.com/alexcrichton/cc-rs/commit/801a87bf2f31ad1ad8bd7e8fa4f5a52b0e2b4c00
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 7a3d715df6d..c6764662fa5 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -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"