File tree 2 files changed +0
-30
lines changed
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"
150
150
source = " registry+https://github.com/rust-lang/crates.io-index"
151
151
checksum = " baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152
152
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
-
159
153
[[package ]]
160
154
name = " chrono"
161
155
version = " 0.4.38"
@@ -286,16 +280,6 @@ dependencies = [
286
280
" typenum" ,
287
281
]
288
282
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
-
299
283
[[package ]]
300
284
name = " directories"
301
285
version = " 5.0.1"
@@ -554,7 +538,6 @@ dependencies = [
554
538
" chrono" ,
555
539
" chrono-tz" ,
556
540
" colored" ,
557
- " ctrlc" ,
558
541
" directories" ,
559
542
" getrandom" ,
560
543
" jemalloc-sys" ,
@@ -571,18 +554,6 @@ dependencies = [
571
554
" windows-sys 0.52.0" ,
572
555
]
573
556
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
-
586
557
[[package ]]
587
558
name = " num-traits"
588
559
version = " 0.2.19"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ rand = "0.8"
23
23
smallvec = { version = " 1.7" , features = [" drain_filter" ] }
24
24
aes = { version = " 0.8.3" , features = [" hazmat" ] }
25
25
measureme = " 11"
26
- ctrlc = " 3.2.5"
27
26
chrono = { version = " 0.4.38" , default-features = false }
28
27
chrono-tz = " 0.10"
29
28
directories = " 5"
You can’t perform that action at this time.
0 commit comments