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 @@ -405,9 +405,9 @@ version = "0.1.0"
405
405
406
406
[[package ]]
407
407
name = " cc"
408
- version = " 1.2.0 "
408
+ version = " 1.2.5 "
409
409
source = " registry+https://github.com./rust-lang/crates.io-index"
410
- checksum = " 1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8 "
410
+ checksum = " c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e "
411
411
dependencies = [
412
412
" shlex" ,
413
413
]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ar_archive_writer = "0.4.2"
9
9
arrayvec = { version = " 0.7" , default-features = false }
10
10
bitflags = " 2.4.1"
11
11
# Pinned so `cargo update` bumps don't cause breakage
12
- cc = " =1.2.0 "
12
+ cc = " =1.2.5 "
13
13
either = " 1.5.0"
14
14
itertools = " 0.12"
15
15
pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ libc = "0.2.73"
10
10
11
11
[build-dependencies ]
12
12
# tidy-alphabetical-start
13
- cc = " 1.1.23 "
13
+ cc = " =1.2.5 "
14
14
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments