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"
462
462
463
463
[[package ]]
464
464
name = " cc"
465
- version = " 1.2.16 "
465
+ version = " 1.2.33 "
466
466
source = " registry+https://github.com/rust-lang/crates.io-index"
467
- checksum = " be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c "
467
+ checksum = " 3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f "
468
468
dependencies = [
469
469
" jobserver" ,
470
470
" libc" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bitflags = "2.4.1"
10
10
bstr = " 1.11.3"
11
11
# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
12
12
# 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 "
14
14
itertools = " 0.12"
15
15
pathdiff = " 0.2.0"
16
16
regex = " 1.4"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ libc = "0.2.73"
12
12
# tidy-alphabetical-start
13
13
# `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version
14
14
# 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 "
16
16
# tidy-alphabetical-end
17
17
18
18
[features ]
You can’t perform that action at this time.
0 commit comments