File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,6 @@ dependencies = [
360
360
" csv" ,
361
361
" diff" ,
362
362
" itertools" ,
363
- " lazy_static" ,
364
363
" log" ,
365
364
" pretty_env_logger" ,
366
365
" rayon" ,
@@ -401,12 +400,6 @@ version = "1.0.15"
401
400
source = " registry+https://github.com/rust-lang/crates.io-index"
402
401
checksum = " 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
403
402
404
- [[package ]]
405
- name = " lazy_static"
406
- version = " 1.5.0"
407
- source = " registry+https://github.com/rust-lang/crates.io-index"
408
- checksum = " bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
409
-
410
403
[[package ]]
411
404
name = " libc"
412
405
version = " 0.2.174"
@@ -635,9 +628,9 @@ dependencies = [
635
628
636
629
[[package ]]
637
630
name = " serde_json"
638
- version = " 1.0.140 "
631
+ version = " 1.0.141 "
639
632
source = " registry+https://github.com/rust-lang/crates.io-index"
640
- checksum = " 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 "
633
+ checksum = " 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 "
641
634
dependencies = [
642
635
" itoa" ,
643
636
" memchr" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ license = "MIT OR Apache-2.0"
11
11
edition = " 2024"
12
12
13
13
[dependencies ]
14
- lazy_static = " 1.4.0"
15
14
serde = { version = " 1" , features = [" derive" ] }
16
15
serde_json = " 1.0"
17
16
csv = " 1.1"
You can’t perform that action at this time.
0 commit comments