File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -420,9 +420,9 @@ version = "0.1.0"
420
420
421
421
[[package ]]
422
422
name = " cc"
423
- version = " 1.2.13 "
423
+ version = " 1.2.14 "
424
424
source = " registry+https://github.com/rust-lang/crates.io-index"
425
- checksum = " c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda "
425
+ checksum = " 0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9 "
426
426
dependencies = [
427
427
" shlex" ,
428
428
]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bitflags = "2.4.1"
11
11
bstr = " 1.11.3"
12
12
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
13
13
# `cc` in `rustc_llvm` if you update the `cc` here.
14
- cc = " =1.2.13 "
14
+ cc = " =1.2.14 "
15
15
either = " 1.5.0"
16
16
itertools = " 0.12"
17
17
pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ libc = "0.2.73"
12
12
# tidy-alphabetical-start
13
13
# Pinned so `cargo update` bumps don't cause breakage. Please also update the
14
14
# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
15
- cc = " =1.2.13 "
15
+ cc = " =1.2.14 "
16
16
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments