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"
182
182
source = " registry+https://github.com/rust-lang/crates.io-index"
183
183
checksum = " d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
184
184
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
-
206
185
[[package ]]
207
186
name = " darling"
208
187
version = " 0.13.4"
@@ -357,13 +336,11 @@ name = "intrinsic-test"
357
336
version = " 0.1.0"
358
337
dependencies = [
359
338
" clap" ,
360
- " csv" ,
361
339
" diff" ,
362
340
" itertools" ,
363
341
" log" ,
364
342
" pretty_env_logger" ,
365
343
" rayon" ,
366
- " regex" ,
367
344
" serde" ,
368
345
" serde_json" ,
369
346
]
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ edition = "2024"
13
13
[dependencies ]
14
14
serde = { version = " 1" , features = [" derive" ] }
15
15
serde_json = " 1.0"
16
- csv = " 1.1"
17
16
clap = { version = " 4.4" , features = [" derive" ] }
18
- regex = " 1.4.2"
19
17
log = " 0.4.11"
20
18
pretty_env_logger = " 0.5.0"
21
19
rayon = " 1.5.0"
You can’t perform that action at this time.
0 commit comments