This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +33
-6
lines changed
bench-cargo-miri/backtraces Expand file tree Collapse file tree 3 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,12 @@ dependencies = [
137137
138138[[package ]]
139139name = " cc"
140- version = " 1.1.7 "
140+ version = " 1.1.22 "
141141source = " registry+https://github.com/rust-lang/crates.io-index"
142- checksum = " 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
142+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
143+ dependencies = [
144+ " shlex" ,
145+ ]
143146
144147[[package ]]
145148name = " cfg-if"
@@ -947,6 +950,12 @@ dependencies = [
947950 " lazy_static" ,
948951]
949952
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+
950959[[package ]]
951960name = " siphasher"
952961version = " 0.3.11"
Original file line number Diff line number Diff line change @@ -41,9 +41,12 @@ dependencies = [
4141
4242[[package ]]
4343name = " cc"
44- version = " 1.0.73 "
44+ version = " 1.1.22 "
4545source = " registry+https://github.com/rust-lang/crates.io-index"
46- checksum = " 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
46+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
47+ dependencies = [
48+ " shlex" ,
49+ ]
4750
4851[[package ]]
4952name = " cfg-if"
@@ -92,3 +95,9 @@ name = "rustc-demangle"
9295version = " 0.1.21"
9396source = " registry+https://github.com/rust-lang/crates.io-index"
9497checksum = " 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"
5252
5353[[package ]]
5454name = " cc"
55- version = " 1.1.7 "
55+ version = " 1.1.22 "
5656source = " registry+https://github.com/rust-lang/crates.io-index"
57- checksum = " 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
57+ checksum = " 9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
58+ dependencies = [
59+ " shlex" ,
60+ ]
5861
5962[[package ]]
6063name = " cfg-if"
@@ -261,6 +264,12 @@ dependencies = [
261264 " windows-sys" ,
262265]
263266
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+
264273[[package ]]
265274name = " signal-hook-registry"
266275version = " 1.4.2"
You can’t perform that action at this time.
0 commit comments