File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -462,9 +462,9 @@ version = "0.1.0"
462462
463463[[package ]]
464464name = " cc"
465- version = " 1.2.16 "
465+ version = " 1.2.33 "
466466source = " registry+https://github.com/rust-lang/crates.io-index"
467- checksum = " be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c "
467+ checksum = " 3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f "
468468dependencies = [
469469 " jobserver" ,
470470 " libc" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bitflags = "2.4.1"
1010bstr = " 1.11.3"
1111# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
1212# per crate", so if you change this, you need to also change it in `rustc_llvm`.
13- cc = " =1.2.16 "
13+ cc = " =1.2.33 "
1414itertools = " 0.12"
1515pathdiff = " 0.2.0"
1616regex = " 1.4"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ libc = "0.2.73"
1212# tidy-alphabetical-start
1313# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
1414# per crate", so if you change this, you need to also change it in `rustc_codegen_ssa`.
15- cc = " =1.2.16 "
15+ cc = " =1.2.33 "
1616# tidy-alphabetical-end
1717
1818[features ]
You can’t perform that action at this time.
0 commit comments