@@ -42,9 +42,12 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
|
|
42 |
42 |
|
43 |
43 |
[[package]] |
44 |
44 |
name = "cc" |
45 |
|
-version = "1.0.99" |
|
45 |
+version = "1.1.21" |
46 |
46 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47 |
|
-checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" |
|
47 |
+checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" |
|
48 |
+dependencies = [ |
|
49 |
+"shlex", |
|
50 |
+] |
48 |
51 |
|
49 |
52 |
[[package]] |
50 |
53 |
name = "cfg-if" |
@@ -312,6 +315,12 @@ dependencies = [ |
|
|
312 |
315 |
"std", |
313 |
316 |
] |
314 |
317 |
|
|
318 |
+[[package]] |
|
319 |
+name = "shlex" |
|
320 |
+version = "1.3.0" |
|
321 |
+source = "registry+https://github.com/rust-lang/crates.io-index" |
|
322 |
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
323 |
+ |
315 |
324 |
[[package]] |
316 |
325 |
name = "std" |
317 |
326 |
version = "0.0.0" |