File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -405,9 +405,9 @@ version = "0.1.0"
405405
406406[[package ]]
407407name = " cc"
408- version = " 1.2.0 "
408+ version = " 1.2.5 "
409409source = " registry+https://github.com/rust-lang/crates.io-index"
410- checksum = " 1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8 "
410+ checksum = " c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e "
411411dependencies = [
412412 " shlex" ,
413413]
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ edition = "2021"
88ar_archive_writer = " 0.4.2"
99arrayvec = { version = " 0.7" , default-features = false }
1010bitflags = " 2.4.1"
11- # Pinned so `cargo update` bumps don't cause breakage
12- cc = " =1.2.0"
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"
1314either = " 1.5.0"
1415itertools = " 0.12"
1516pathdiff = " 0.2.0"
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