File tree 3 files changed +8
-4
lines changed
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"
411
411
412
412
[[package ]]
413
413
name = " cc"
414
- version = " 1.1.34 "
414
+ version = " 1.2.5 "
415
415
source = " registry+https://github.com/rust-lang/crates.io-index"
416
- checksum = " 67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9 "
416
+ checksum = " c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e "
417
417
dependencies = [
418
418
" shlex" ,
419
419
]
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ edition = "2021"
8
8
ar_archive_writer = " 0.4.2"
9
9
arrayvec = { version = " 0.7" , default-features = false }
10
10
bitflags = " 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"
12
14
either = " 1.5.0"
13
15
itertools = " 0.12"
14
16
jobserver = " 0.1.28"
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ libc = "0.2.73"
10
10
11
11
[build-dependencies ]
12
12
# 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"
14
16
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments