File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -411,9 +411,9 @@ version = "0.1.0"
411411
412412[[package ]]
413413name = " cc"
414- version = " 1.1.34 "
414+ version = " 1.2.5 "
415415source = " registry+https://github.com/rust-lang/crates.io-index"
416- checksum = " 67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9 "
416+ checksum = " c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e "
417417dependencies = [
418418 " shlex" ,
419419]
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ edition = "2021"
88ar_archive_writer = " 0.4.2"
99arrayvec = { version = " 0.7" , default-features = false }
1010bitflags = " 2.4.1"
11- cc = " 1.1.23"
11+ # Pinned so `cargo update` bumps don't cause breakage. Please also update the
12+ # `cc` in `rustc_llvm` if you update the `cc` here.
13+ cc = " =1.2.5"
1214either = " 1.5.0"
1315itertools = " 0.12"
1416jobserver = " 0.1.28"
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ libc = "0.2.73"
1010
1111[build-dependencies ]
1212# tidy-alphabetical-start
13- cc = " 1.1.23"
13+ # Pinned so `cargo update` bumps don't cause breakage. Please also update the
14+ # pinned `cc` in `rustc_codegen_ssa` if you update `cc` here.
15+ cc = " =1.2.5"
1416# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments