File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,6 @@ version = "1.0.0"
150150source = " registry+https://github.com/rust-lang/crates.io-index"
151151checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152152
153- [[package ]]
154- name = " cfg_aliases"
155- version = " 0.1.1"
156- source = " registry+https://github.com/rust-lang/crates.io-index"
157- checksum = " fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
158-
159153[[package ]]
160154name = " chrono"
161155version = " 0.4.38"
@@ -286,16 +280,6 @@ dependencies = [
286280 " typenum" ,
287281]
288282
289- [[package ]]
290- name = " ctrlc"
291- version = " 3.4.4"
292- source = " registry+https://github.com/rust-lang/crates.io-index"
293- checksum = " 672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
294- dependencies = [
295- " nix" ,
296- " windows-sys 0.52.0" ,
297- ]
298-
299283[[package ]]
300284name = " directories"
301285version = " 5.0.1"
@@ -554,7 +538,6 @@ dependencies = [
554538 " chrono" ,
555539 " chrono-tz" ,
556540 " colored" ,
557- " ctrlc" ,
558541 " directories" ,
559542 " getrandom" ,
560543 " jemalloc-sys" ,
@@ -571,18 +554,6 @@ dependencies = [
571554 " windows-sys 0.52.0" ,
572555]
573556
574- [[package ]]
575- name = " nix"
576- version = " 0.28.0"
577- source = " registry+https://github.com/rust-lang/crates.io-index"
578- checksum = " ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
579- dependencies = [
580- " bitflags" ,
581- " cfg-if" ,
582- " cfg_aliases" ,
583- " libc" ,
584- ]
585-
586557[[package ]]
587558name = " num-traits"
588559version = " 0.2.19"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ rand = "0.8"
2323smallvec = { version = " 1.7" , features = [" drain_filter" ] }
2424aes = { version = " 0.8.3" , features = [" hazmat" ] }
2525measureme = " 11"
26- ctrlc = " 3.2.5"
2726chrono = { version = " 0.4.38" , default-features = false }
2827chrono-tz = " 0.10"
2928directories = " 5"
You can’t perform that action at this time.
0 commit comments