@@ -26,12 +26,6 @@ path = "top/main.rs"
26
26
# List of packages to be imported, with version constraints, features
27
27
# and all options Cargo supports.
28
28
[dependencies ]
29
-
30
- gazebo = {version = " 0.8.1" , features = [" str_pattern_extensions" ]}
31
- fbinit = " 0.2"
32
- sorted_vector_map = " 0.2"
33
- watchman_client = " 0.8.0"
34
-
35
29
annotate-snippets = { version = " 0.9.0" , features = [" color" ] }
36
30
anyhow = " 1.0.65"
37
31
anymap = " 1.0.0-beta.2"
@@ -44,8 +38,7 @@ async-recursion = "1.0"
44
38
async-scoped = { version = " 0.8" , features = [" use-tokio" ] }
45
39
async-trait = " 0.1.24"
46
40
atomic = " 0.5.1"
47
- # backtrace 0.3.74 is failing to build on Windows
48
- backtrace = " >=0.3.51,<0.3.74"
41
+ backtrace = " >=0.3.51,<0.3.74" # backtrace 0.3.74 is failing to build on Windows
49
42
base64 = " 0.21.7"
50
43
bincode = " 1.3.3"
51
44
bitflags = " 2.4"
@@ -61,8 +54,8 @@ clap-3 = { package = "clap", version = "3.2.24", features = ["derive", "env", "r
61
54
clap_complete = { package = " clap_complete" , version = " 4.5.1" }
62
55
common-path = " 1.0.0"
63
56
compact_str = " 0.6.1"
64
- constant_time_eq = " 0.2.4"
65
57
const_format = " 0.2.32"
58
+ constant_time_eq = " 0.2.4"
66
59
convert_case = " 0.4.0"
67
60
criterion = { version = " 0.3.1" , features = [] }
68
61
crossbeam = " 0.8"
@@ -87,12 +80,14 @@ equivalent = "1.0.0"
87
80
erased-serde = " 0.3.20"
88
81
faccess = " 0.2.3"
89
82
fancy-regex = " 0.10.0"
83
+ fbinit = " 0.2"
90
84
flate2 = " 1.0.22"
91
85
fnv = " 1.0.7"
92
86
fs4 = { version = " 0.9.1" , features = [" sync" ] }
93
87
futures = { version = " 0.3.28" , features = [" async-await" , " compat" ] }
94
88
futures-intrusive = " 0.4"
95
89
fxhash = " 0.2.1"
90
+ gazebo = {version = " 0.8.1" , features = [" str_pattern_extensions" ]}
96
91
glob = " 0.3.0"
97
92
globset = " 0.4.10"
98
93
hashbrown = { version = " 0.14.3" , features = [" raw" ] }
@@ -189,14 +184,15 @@ siphasher = "0.3.3"
189
184
slab = " 0.4.7"
190
185
slog = " 2.7.0"
191
186
smallvec = { version = " 1.10" , features = [" const_generics" , " const_new" , " serde" , " specialization" , " union" , " write" ] }
187
+ sorted_vector_map = " 0.2"
192
188
static_assertions = " 1.1.0"
193
189
strsim = " 0.10.0"
194
190
structopt = " 0.3.23"
195
191
strum = { version = " 0.26.2" , features = [" derive" , " strum_macros" ] }
196
192
syn = { version = " 2.0.101" , features = [" extra-traits" , " full" , " visit" ] }
197
193
syn1 = { package = " syn" , version = " 1.0.109" , features = [" extra-traits" , " fold" , " full" , " visit" , " visit-mut" ] }
198
- synstructure = " 0.12"
199
194
sync_wrapper = " 0.1.0"
195
+ synstructure = " 0.12"
200
196
sys-info = " 0.9.1"
201
197
sysinfo = " 0.30.11"
202
198
take_mut = " 0.2.2"
@@ -225,15 +221,16 @@ tracing-core = "0.1.32"
225
221
tracing-subscriber = { version = " 0.3" , features = [" env-filter" , " json" ] }
226
222
triomphe = " 0.1.11"
227
223
trybuild = " 1.0.56"
228
- typed-arena = " 2.0"
229
224
twox-hash = " 1.6.1"
225
+ typed-arena = " 2.0"
230
226
unicode-segmentation = " 1.7"
231
227
uuid = { version = " 1.2" , features = [" v4" ] }
232
228
walkdir = " 2.3.2"
229
+ watchman_client = " 0.8.0"
233
230
which = " 4.3.0"
234
231
whoami = " 1.5.1"
235
- windows_x86_64_msvc = " =0.48.0" # our fixup only works if we are on precisely 0.48.0
236
232
winapi = { version = " 0.3" , features = [" everything" , " std" ] }
233
+ windows_x86_64_msvc = " =0.48.0" # our fixup only works if we are on precisely 0.48.0
237
234
x509-parser = { version = " 0.14.0" , features = [" verify" ] }
238
235
xattr = " 0.2.2"
239
236
zip = " 0.5"
0 commit comments