Skip to content

Commit 91f2e2d

Browse files
committed
Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum
Update cc crate To pull in this fix: rust-lang/cc-rs@801a87b
2 parents 754d171 + b04fd78 commit 91f2e2d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ version = "0.1.0"
441441

442442
[[package]]
443443
name = "cc"
444-
version = "1.0.60"
444+
version = "1.0.67"
445445
source = "registry+https://github.com/rust-lang/crates.io-index"
446-
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
446+
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
447447
dependencies = [
448448
"jobserver",
449449
]

compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test = false
99

1010
[dependencies]
1111
bitflags = "1.2.1"
12-
cc = "1.0.1"
12+
cc = "1.0.67"
1313
itertools = "0.9"
1414
tracing = "0.1"
1515
libc = "0.2.50"

compiler/rustc_llvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ libc = "0.2.73"
1313

1414
[build-dependencies]
1515
build_helper = { path = "../../src/build_helper" }
16-
cc = "1.0.60"
16+
cc = "1.0.67"

library/profiler_builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ core = { path = "../core" }
1414
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
1515

1616
[build-dependencies]
17-
cc = "1.0.1"
17+
cc = "1.0.67"

library/unwind/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
2121
cfg-if = "0.1.8"
2222

2323
[build-dependencies]
24-
cc = { version = "1.0.1" }
24+
cc = "1.0.67"
2525

2626
[features]
2727
llvm-libunwind = []

src/bootstrap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cmake = "0.1.38"
4040
filetime = "0.2"
4141
num_cpus = "1.0"
4242
getopts = "0.2.19"
43-
cc = "1.0.35"
43+
cc = "1.0.67"
4444
libc = "0.2"
4545
serde = { version = "1.0.8", features = ["derive"] }
4646
serde_json = "1.0.2"

0 commit comments

Comments
 (0)