File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -435,9 +435,9 @@ version = "0.1.0"
435
435
436
436
[[package ]]
437
437
name = " cc"
438
- version = " 1.0.68 "
438
+ version = " 1.0.69 "
439
439
source = " registry+https://github.com/rust-lang/crates.io-index"
440
- checksum = " 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 "
440
+ checksum = " e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2 "
441
441
dependencies = [
442
442
" jobserver" ,
443
443
]
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.68 "
12
+ cc = " 1.0.69 "
13
13
itertools = " 0.9"
14
14
tracing = " 0.1"
15
15
libc = " 0.2.50"
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.68 "
16
+ cc = " 1.0.69 "
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.68 "
17
+ cc = " 1.0.69 "
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.68 "
24
+ cc = " 1.0.69 "
25
25
26
26
[features ]
27
27
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.68 "
43
+ cc = " 1.0.69 "
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