File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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"
420420
421421[[package ]]
422422name = " cc"
423- version = " 1.2.7 "
423+ version = " 1.2.12 "
424424source = " registry+https://github.com/rust-lang/crates.io-index"
425- checksum = " a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7 "
425+ checksum = " 755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2 "
426426dependencies = [
427427 " shlex" ,
428428]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bitflags = "2.4.1"
1111bstr = " 1.11.3"
1212# Pinned so `cargo update` bumps don't cause breakage. Please also update the
1313# `cc` in `rustc_llvm` if you update the `cc` here.
14- cc = " =1.2.7 "
14+ cc = " =1.2.12 "
1515either = " 1.5.0"
1616itertools = " 0.12"
1717pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ libc = "0.2.73"
1212# tidy-alphabetical-start
1313# Pinned so `cargo update` bumps don't cause breakage. Please also update the
1414# pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
15- cc = " =1.2.7 "
15+ cc = " =1.2.12 "
1616# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments