File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -182,27 +182,6 @@ version = "0.8.21"
182182source = " registry+https://github.com/rust-lang/crates.io-index"
183183checksum = " d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
184184
185- [[package ]]
186- name = " csv"
187- version = " 1.3.1"
188- source = " registry+https://github.com/rust-lang/crates.io-index"
189- checksum = " acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
190- dependencies = [
191- " csv-core" ,
192- " itoa" ,
193- " ryu" ,
194- " serde" ,
195- ]
196-
197- [[package ]]
198- name = " csv-core"
199- version = " 0.1.12"
200- source = " registry+https://github.com/rust-lang/crates.io-index"
201- checksum = " 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d"
202- dependencies = [
203- " memchr" ,
204- ]
205-
206185[[package ]]
207186name = " darling"
208187version = " 0.13.4"
@@ -357,13 +336,11 @@ name = "intrinsic-test"
357336version = " 0.1.0"
358337dependencies = [
359338 " clap" ,
360- " csv" ,
361339 " diff" ,
362340 " itertools" ,
363341 " log" ,
364342 " pretty_env_logger" ,
365343 " rayon" ,
366- " regex" ,
367344 " serde" ,
368345 " serde_json" ,
369346]
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ edition = "2024"
1313[dependencies ]
1414serde = { version = " 1" , features = [" derive" ] }
1515serde_json = " 1.0"
16- csv = " 1.1"
1716clap = { version = " 4.4" , features = [" derive" ] }
18- regex = " 1.4.2"
1917log = " 0.4.11"
2018pretty_env_logger = " 0.5.0"
2119rayon = " 1.5.0"
You can’t perform that action at this time.
0 commit comments