File tree 3 files changed +33
-6
lines changed
bench-cargo-miri/backtraces
3 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,12 @@ dependencies = [
137
137
138
138
[[package ]]
139
139
name = " cc"
140
- version = " 1.1.7 "
140
+ version = " 1.1.22 "
141
141
source = " registry+https://github.com/rust-lang/crates.io-index"
142
- checksum = " 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
142
+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
143
+ dependencies = [
144
+ " shlex" ,
145
+ ]
143
146
144
147
[[package ]]
145
148
name = " cfg-if"
@@ -947,6 +950,12 @@ dependencies = [
947
950
" lazy_static" ,
948
951
]
949
952
953
+ [[package ]]
954
+ name = " shlex"
955
+ version = " 1.3.0"
956
+ source = " registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = " 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
958
+
950
959
[[package ]]
951
960
name = " siphasher"
952
961
version = " 0.3.11"
Original file line number Diff line number Diff line change @@ -41,9 +41,12 @@ dependencies = [
41
41
42
42
[[package ]]
43
43
name = " cc"
44
- version = " 1.0.73 "
44
+ version = " 1.1.22 "
45
45
source = " registry+https://github.com/rust-lang/crates.io-index"
46
- checksum = " 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
46
+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
47
+ dependencies = [
48
+ " shlex" ,
49
+ ]
47
50
48
51
[[package ]]
49
52
name = " cfg-if"
@@ -92,3 +95,9 @@ name = "rustc-demangle"
92
95
version = " 0.1.21"
93
96
source = " registry+https://github.com/rust-lang/crates.io-index"
94
97
checksum = " 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
98
+
99
+ [[package ]]
100
+ name = " shlex"
101
+ version = " 1.3.0"
102
+ source = " registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = " 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
Original file line number Diff line number Diff line change @@ -52,9 +52,12 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
52
52
53
53
[[package ]]
54
54
name = " cc"
55
- version = " 1.1.7 "
55
+ version = " 1.1.22 "
56
56
source = " registry+https://github.com/rust-lang/crates.io-index"
57
- checksum = " 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
57
+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
58
+ dependencies = [
59
+ " shlex" ,
60
+ ]
58
61
59
62
[[package ]]
60
63
name = " cfg-if"
@@ -261,6 +264,12 @@ dependencies = [
261
264
" windows-sys" ,
262
265
]
263
266
267
+ [[package ]]
268
+ name = " shlex"
269
+ version = " 1.3.0"
270
+ source = " registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = " 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
272
+
264
273
[[package ]]
265
274
name = " signal-hook-registry"
266
275
version = " 1.4.2"
You can’t perform that action at this time.
0 commit comments