File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,12 @@ dependencies = [
84
84
85
85
[[package ]]
86
86
name = " cc"
87
- version = " 1.0.97 "
87
+ version = " 1.1.19 "
88
88
source = " registry+https://github.com/rust-lang/crates.io-index"
89
- checksum = " 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
89
+ checksum = " 2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800"
90
+ dependencies = [
91
+ " shlex" ,
92
+ ]
90
93
91
94
[[package ]]
92
95
name = " cfg-if"
@@ -536,6 +539,12 @@ dependencies = [
536
539
" digest" ,
537
540
]
538
541
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
+
539
548
[[package ]]
540
549
name = " syn"
541
550
version = " 2.0.75"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ test = false
37
37
# Most of the time updating these dependencies requires modifications to the
38
38
# bootstrap codebase(e.g., https://github.com/rust-lang/rust/issues/124565);
39
39
# otherwise, some targets will fail. That's why these dependencies are explicitly pinned.
40
- cc = " =1.0.97 "
40
+ cc = " =1.1.19 "
41
41
cmake = " =0.1.48"
42
42
43
43
build_helper = { path = " ../tools/build_helper" }
You can’t perform that action at this time.
0 commit comments