Skip to content

Commit e457c27

Browse files
committed
Upgrade cc crate to 1.0.69
1 parent 1f0db5e commit e457c27

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

436436
[[package]]
437437
name = "cc"
438-
version = "1.0.68"
438+
version = "1.0.69"
439439
source = "registry+https://github.com/rust-lang/crates.io-index"
440-
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
440+
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
441441
dependencies = [
442442
"jobserver",
443443
]

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.68"
12+
cc = "1.0.69"
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.68"
16+
cc = "1.0.69"

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.68"
17+
cc = "1.0.69"

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 = "1.0.68"
24+
cc = "1.0.69"
2525

2626
[features]
2727

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.68"
43+
cc = "1.0.69"
4444
libc = "0.2"
4545
serde = { version = "1.0.8", features = ["derive"] }
4646
serde_json = "1.0.2"

0 commit comments

Comments
 (0)