File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -410,12 +410,9 @@ version = "0.1.0"
410410
411411[[package ]]
412412name = " cc"
413- version = " 1.1.13 "
413+ version = " 1.0.105 "
414414source = " registry+https://github.com/rust-lang/crates.io-index"
415- checksum = " 72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
416- dependencies = [
417- " shlex" ,
418- ]
415+ checksum = " 5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437"
419416
420417[[package ]]
421418name = " cfg-if"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88ar_archive_writer = " 0.4.2"
99arrayvec = { version = " 0.7" , default-features = false }
1010bitflags = " 2.4.1"
11- cc = " 1.0.90 "
11+ cc = " = 1.0.105 " # FIXME(cc): pinned to keep support for VS2013
1212either = " 1.5.0"
1313itertools = " 0.12"
1414jobserver = " 0.1.28"
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ libc = "0.2.73"
1010
1111[build-dependencies ]
1212# tidy-alphabetical-start
13- cc = " 1.0.97 "
13+ cc = " = 1.0.105 " # FIXME(cc): pinned to keep support for VS2013
1414# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments