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 = [
360360 " csv" ,
361361 " diff" ,
362362 " itertools" ,
363- " lazy_static" ,
364363 " log" ,
365364 " pretty_env_logger" ,
366365 " rayon" ,
@@ -401,12 +400,6 @@ version = "1.0.15"
401400source = " registry+https://github.com/rust-lang/crates.io-index"
402401checksum = " 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
403402
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-
410403[[package ]]
411404name = " libc"
412405version = " 0.2.174"
@@ -635,9 +628,9 @@ dependencies = [
635628
636629[[package ]]
637630name = " serde_json"
638- version = " 1.0.140 "
631+ version = " 1.0.141 "
639632source = " registry+https://github.com/rust-lang/crates.io-index"
640- checksum = " 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 "
633+ checksum = " 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 "
641634dependencies = [
642635 " itoa" ,
643636 " memchr" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ license = "MIT OR Apache-2.0"
1111edition = " 2024"
1212
1313[dependencies ]
14- lazy_static = " 1.4.0"
1514serde = { version = " 1" , features = [" derive" ] }
1615serde_json = " 1.0"
1716csv = " 1.1"
You can’t perform that action at this time.
0 commit comments