File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,12 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
42
42
43
43
[[package ]]
44
44
name = " cc"
45
- version = " 1.0.100 "
45
+ version = " 1.1.22 "
46
46
source = " registry+https://github.com/rust-lang/crates.io-index"
47
- checksum = " c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
47
+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
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"
Original file line number Diff line number Diff line change @@ -13,6 +13,4 @@ core = { path = "../core" }
13
13
compiler_builtins = { version = " 0.1.0" , features = [' rustc-dep-of-std' ] }
14
14
15
15
[build-dependencies ]
16
- # FIXME: updates past a certain point haven't been able to merge successfully.
17
- # See rust-lang/rust#130720.
18
- cc = " =1.0.100"
16
+ cc = " 1.1.22"
Original file line number Diff line number Diff line change @@ -481,6 +481,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
481
481
"rand_core" ,
482
482
"rand_xorshift" ,
483
483
"rustc-demangle" ,
484
+ "shlex" ,
484
485
"unicode-width" ,
485
486
"unwinding" ,
486
487
"wasi" ,
You can’t perform that action at this time.
0 commit comments