Skip to content

Commit b04fd78

Browse files
committed
update cc crate
To pull in this fix: rust-lang/cc-rs@801a87b
1 parent a5f164f commit b04fd78

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
@@ -453,9 +453,9 @@ version = "0.1.0"
453453

454454
[[package]]
455455
name = "cc"
456-
version = "1.0.60"
456+
version = "1.0.67"
457457
source = "registry+https://github.com/rust-lang/crates.io-index"
458-
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
458+
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
459459
dependencies = [
460460
"jobserver",
461461
]

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)