@@ -26,12 +26,6 @@ path = "top/main.rs"
2626# List of packages to be imported, with version constraints, features
2727# and all options Cargo supports.
2828[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-
3529annotate-snippets = { version = " 0.9.0" , features = [" color" ] }
3630anyhow = " 1.0.65"
3731anymap = " 1.0.0-beta.2"
@@ -44,8 +38,7 @@ async-recursion = "1.0"
4438async-scoped = { version = " 0.8" , features = [" use-tokio" ] }
4539async-trait = " 0.1.24"
4640atomic = " 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
4942base64 = " 0.21.7"
5043bincode = " 1.3.3"
5144bitflags = " 2.4"
@@ -61,8 +54,8 @@ clap-3 = { package = "clap", version = "3.2.24", features = ["derive", "env", "r
6154clap_complete = { package = " clap_complete" , version = " 4.5.1" }
6255common-path = " 1.0.0"
6356compact_str = " 0.6.1"
64- constant_time_eq = " 0.2.4"
6557const_format = " 0.2.32"
58+ constant_time_eq = " 0.2.4"
6659convert_case = " 0.4.0"
6760criterion = { version = " 0.3.1" , features = [] }
6861crossbeam = " 0.8"
@@ -87,12 +80,14 @@ equivalent = "1.0.0"
8780erased-serde = " 0.3.20"
8881faccess = " 0.2.3"
8982fancy-regex = " 0.10.0"
83+ fbinit = " 0.2"
9084flate2 = " 1.0.22"
9185fnv = " 1.0.7"
9286fs4 = { version = " 0.9.1" , features = [" sync" ] }
9387futures = { version = " 0.3.28" , features = [" async-await" , " compat" ] }
9488futures-intrusive = " 0.4"
9589fxhash = " 0.2.1"
90+ gazebo = {version = " 0.8.1" , features = [" str_pattern_extensions" ]}
9691glob = " 0.3.0"
9792globset = " 0.4.10"
9893hashbrown = { version = " 0.14.3" , features = [" raw" ] }
@@ -189,14 +184,15 @@ siphasher = "0.3.3"
189184slab = " 0.4.7"
190185slog = " 2.7.0"
191186smallvec = { version = " 1.10" , features = [" const_generics" , " const_new" , " serde" , " specialization" , " union" , " write" ] }
187+ sorted_vector_map = " 0.2"
192188static_assertions = " 1.1.0"
193189strsim = " 0.10.0"
194190structopt = " 0.3.23"
195191strum = { version = " 0.26.2" , features = [" derive" , " strum_macros" ] }
196192syn = { version = " 2.0.101" , features = [" extra-traits" , " full" , " visit" ] }
197193syn1 = { package = " syn" , version = " 1.0.109" , features = [" extra-traits" , " fold" , " full" , " visit" , " visit-mut" ] }
198- synstructure = " 0.12"
199194sync_wrapper = " 0.1.0"
195+ synstructure = " 0.12"
200196sys-info = " 0.9.1"
201197sysinfo = " 0.30.11"
202198take_mut = " 0.2.2"
@@ -225,15 +221,16 @@ tracing-core = "0.1.32"
225221tracing-subscriber = { version = " 0.3" , features = [" env-filter" , " json" ] }
226222triomphe = " 0.1.11"
227223trybuild = " 1.0.56"
228- typed-arena = " 2.0"
229224twox-hash = " 1.6.1"
225+ typed-arena = " 2.0"
230226unicode-segmentation = " 1.7"
231227uuid = { version = " 1.2" , features = [" v4" ] }
232228walkdir = " 2.3.2"
229+ watchman_client = " 0.8.0"
233230which = " 4.3.0"
234231whoami = " 1.5.1"
235- windows_x86_64_msvc = " =0.48.0" # our fixup only works if we are on precisely 0.48.0
236232winapi = { 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
237234x509-parser = { version = " 0.14.0" , features = [" verify" ] }
238235xattr = " 0.2.2"
239236zip = " 0.5"
0 commit comments