File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -464,10 +464,11 @@ version = "0.1.0"
464464
465465[[package ]]
466466name = " cc"
467- version = " 1.2.16 "
467+ version = " 1.2.39 "
468468source = " registry+https://github.com/rust-lang/crates.io-index"
469- checksum = " be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c "
469+ checksum = " e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f "
470470dependencies = [
471+ " find-msvc-tools" ,
471472 " jobserver" ,
472473 " libc" ,
473474 " shlex" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ libc = "0.2.73"
1111[build-dependencies ]
1212# tidy-alphabetical-start
1313# `cc` updates often break things, so we pin it here.
14- cc = " =1.2.16 "
14+ cc = " =1.2.39 "
1515# tidy-alphabetical-end
1616
1717[features ]
You can’t perform that action at this time.
0 commit comments