File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -441,9 +441,9 @@ version = "0.1.0"
441
441
442
442
[[package ]]
443
443
name = " cc"
444
- version = " 1.0.67 "
444
+ version = " 1.0.68 "
445
445
source = " registry+https://github.com/rust-lang/crates.io-index"
446
- checksum = " e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd "
446
+ checksum = " 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 "
447
447
dependencies = [
448
448
" jobserver" ,
449
449
]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ test = false
9
9
10
10
[dependencies ]
11
11
bitflags = " 1.2.1"
12
- cc = " 1.0.67 "
12
+ cc = " 1.0.68 "
13
13
itertools = " 0.9"
14
14
tracing = " 0.1"
15
15
libc = " 0.2.50"
@@ -24,7 +24,7 @@ rustc_middle = { path = "../rustc_middle" }
24
24
rustc_apfloat = { path = " ../rustc_apfloat" }
25
25
rustc_attr = { path = " ../rustc_attr" }
26
26
rustc_symbol_mangling = { path = " ../rustc_symbol_mangling" }
27
- rustc_data_structures = { path = " ../rustc_data_structures" }
27
+ rustc_data_structures = { path = " ../rustc_data_structures" }
28
28
rustc_errors = { path = " ../rustc_errors" }
29
29
rustc_fs_util = { path = " ../rustc_fs_util" }
30
30
rustc_hir = { path = " ../rustc_hir" }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ libc = "0.2.73"
13
13
14
14
[build-dependencies ]
15
15
build_helper = { path = " ../../src/build_helper" }
16
- cc = " 1.0.67 "
16
+ cc = " 1.0.68 "
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ core = { path = "../core" }
14
14
compiler_builtins = { version = " 0.1.0" , features = [' rustc-dep-of-std' ] }
15
15
16
16
[build-dependencies ]
17
- cc = " 1.0.67 "
17
+ cc = " 1.0.68 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ compiler_builtins = "0.1.0"
21
21
cfg-if = " 0.1.8"
22
22
23
23
[build-dependencies ]
24
- cc = " 1.0.67 "
24
+ cc = " 1.0.68 "
25
25
26
26
[features ]
27
27
llvm-libunwind = []
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cmake = "0.1.38"
40
40
filetime = " 0.2"
41
41
num_cpus = " 1.0"
42
42
getopts = " 0.2.19"
43
- cc = " 1.0.67 "
43
+ cc = " 1.0.68 "
44
44
libc = " 0.2"
45
45
serde = { version = " 1.0.8" , features = [" derive" ] }
46
46
serde_json = " 1.0.2"
You can’t perform that action at this time.
0 commit comments