File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,12 @@ dependencies = [
145
145
146
146
[[package ]]
147
147
name = " cc"
148
- version = " 1.1.10 "
148
+ version = " 1.1.22 "
149
149
source = " registry+https://github.com/rust-lang/crates.io-index"
150
- checksum = " e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
150
+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
151
+ dependencies = [
152
+ " shlex" ,
153
+ ]
151
154
152
155
[[package ]]
153
156
name = " cfg"
@@ -1852,6 +1855,12 @@ dependencies = [
1852
1855
" lazy_static" ,
1853
1856
]
1854
1857
1858
+ [[package ]]
1859
+ name = " shlex"
1860
+ version = " 1.3.0"
1861
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = " 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1863
+
1855
1864
[[package ]]
1856
1865
name = " smallvec"
1857
1866
version = " 1.13.2"
You can’t perform that action at this time.
0 commit comments