File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,12 @@ dependencies = [
8484
8585[[package ]]
8686name = " cc"
87- version = " 1.0.97 "
87+ version = " 1.1.19 "
8888source = " registry+https://github.com/rust-lang/crates.io-index"
89- checksum = " 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
89+ checksum = " 2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800"
90+ dependencies = [
91+ " shlex" ,
92+ ]
9093
9194[[package ]]
9295name = " cfg-if"
@@ -536,6 +539,12 @@ dependencies = [
536539 " digest" ,
537540]
538541
542+ [[package ]]
543+ name = " shlex"
544+ version = " 1.3.0"
545+ source = " registry+https://github.com/rust-lang/crates.io-index"
546+ checksum = " 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
547+
539548[[package ]]
540549name = " syn"
541550version = " 2.0.75"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ test = false
3737# Most of the time updating these dependencies requires modifications to the
3838# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
3939# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
40- cc = " =1.0.97 "
40+ cc = " =1.1.19 "
4141cmake = " =0.1.48"
4242
4343build_helper = { path = " ../tools/build_helper" }
You can’t perform that action at this time.
0 commit comments