tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
DEPS: bump deps
ngp.computer
9 months ago
c3580a44
0be49da5
+86
-63
1 changed file
expand all
collapse all
unified
split
Cargo.lock
+86
-63
Cargo.lock
···
54
55
[[package]]
56
name = "bitflags"
57
-
version = "2.8.0"
58
source = "registry+https://github.com/rust-lang/crates.io-index"
59
-
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
60
61
[[package]]
62
name = "cfg-if"
···
72
73
[[package]]
74
name = "clap"
75
-
version = "4.5.31"
76
source = "registry+https://github.com/rust-lang/crates.io-index"
77
-
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
78
dependencies = [
79
"clap_builder",
80
"clap_derive",
···
82
83
[[package]]
84
name = "clap_builder"
85
-
version = "4.5.31"
86
source = "registry+https://github.com/rust-lang/crates.io-index"
87
-
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
88
dependencies = [
89
"anstream",
90
"anstyle",
···
94
95
[[package]]
96
name = "clap_complete"
97
-
version = "4.5.46"
98
source = "registry+https://github.com/rust-lang/crates.io-index"
99
-
checksum = "f5c5508ea23c5366f77e53f5a0070e5a84e51687ec3ef9e0464c86dc8d13ce98"
100
dependencies = [
101
"clap",
102
]
103
104
[[package]]
105
name = "clap_derive"
106
-
version = "4.5.28"
107
source = "registry+https://github.com/rust-lang/crates.io-index"
108
-
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
109
dependencies = [
110
"heck",
111
"proc-macro2",
···
167
168
[[package]]
169
name = "either"
170
-
version = "1.14.0"
171
source = "registry+https://github.com/rust-lang/crates.io-index"
172
-
checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
173
174
[[package]]
175
name = "errno"
176
-
version = "0.3.10"
177
source = "registry+https://github.com/rust-lang/crates.io-index"
178
-
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
179
dependencies = [
180
"libc",
181
"windows-sys",
···
198
199
[[package]]
200
name = "getrandom"
201
-
version = "0.3.1"
202
source = "registry+https://github.com/rust-lang/crates.io-index"
203
-
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
204
dependencies = [
205
"cfg-if",
206
"libc",
0
207
"wasi",
208
-
"windows-targets",
209
]
210
211
[[package]]
···
264
265
[[package]]
266
name = "icu_locid_transform_data"
267
-
version = "1.5.0"
268
source = "registry+https://github.com/rust-lang/crates.io-index"
269
-
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
270
271
[[package]]
272
name = "icu_normalizer"
···
288
289
[[package]]
290
name = "icu_normalizer_data"
291
-
version = "1.5.0"
292
source = "registry+https://github.com/rust-lang/crates.io-index"
293
-
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
294
295
[[package]]
296
name = "icu_properties"
···
309
310
[[package]]
311
name = "icu_properties_data"
312
-
version = "1.5.0"
313
source = "registry+https://github.com/rust-lang/crates.io-index"
314
-
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
315
316
[[package]]
317
name = "icu_provider"
···
398
399
[[package]]
400
name = "libc"
401
-
version = "0.2.170"
402
source = "registry+https://github.com/rust-lang/crates.io-index"
403
-
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
404
405
[[package]]
406
name = "linux-raw-sys"
···
409
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
410
411
[[package]]
0
0
0
0
0
0
412
name = "litemap"
413
version = "0.7.5"
414
source = "registry+https://github.com/rust-lang/crates.io-index"
···
416
417
[[package]]
418
name = "nix"
419
-
version = "0.29.0"
420
source = "registry+https://github.com/rust-lang/crates.io-index"
421
-
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
422
dependencies = [
423
"bitflags",
424
"cfg-if",
···
428
429
[[package]]
430
name = "once_cell"
431
-
version = "1.20.3"
432
source = "registry+https://github.com/rust-lang/crates.io-index"
433
-
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
434
435
[[package]]
436
name = "open"
···
457
458
[[package]]
459
name = "proc-macro2"
460
-
version = "1.0.93"
461
source = "registry+https://github.com/rust-lang/crates.io-index"
462
-
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
463
dependencies = [
464
"unicode-ident",
465
]
466
467
[[package]]
468
name = "quote"
469
-
version = "1.0.38"
470
source = "registry+https://github.com/rust-lang/crates.io-index"
471
-
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
472
dependencies = [
473
"proc-macro2",
474
]
475
476
[[package]]
0
0
0
0
0
0
477
name = "roff"
478
version = "0.2.2"
479
source = "registry+https://github.com/rust-lang/crates.io-index"
···
488
"bitflags",
489
"errno",
490
"libc",
491
-
"linux-raw-sys",
0
0
0
0
0
0
0
0
0
0
0
0
0
492
"windows-sys",
493
]
494
495
[[package]]
496
name = "serde"
497
-
version = "1.0.218"
498
source = "registry+https://github.com/rust-lang/crates.io-index"
499
-
checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
500
dependencies = [
501
"serde_derive",
502
]
503
504
[[package]]
505
name = "serde_derive"
506
-
version = "1.0.218"
507
source = "registry+https://github.com/rust-lang/crates.io-index"
508
-
checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
509
dependencies = [
510
"proc-macro2",
511
"quote",
···
514
515
[[package]]
516
name = "smallvec"
517
-
version = "1.14.0"
518
source = "registry+https://github.com/rust-lang/crates.io-index"
519
-
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
520
521
[[package]]
522
name = "stable_deref_trait"
···
532
533
[[package]]
534
name = "syn"
535
-
version = "2.0.98"
536
source = "registry+https://github.com/rust-lang/crates.io-index"
537
-
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
538
dependencies = [
539
"proc-macro2",
540
"quote",
···
543
544
[[package]]
545
name = "synstructure"
546
-
version = "0.13.1"
547
source = "registry+https://github.com/rust-lang/crates.io-index"
548
-
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
549
dependencies = [
550
"proc-macro2",
551
"quote",
···
554
555
[[package]]
556
name = "tempfile"
557
-
version = "3.17.1"
558
source = "registry+https://github.com/rust-lang/crates.io-index"
559
-
checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
560
dependencies = [
561
-
"cfg-if",
562
"fastrand",
563
"getrandom",
564
"once_cell",
565
-
"rustix",
566
"windows-sys",
567
]
568
569
[[package]]
570
name = "thiserror"
571
-
version = "2.0.11"
572
source = "registry+https://github.com/rust-lang/crates.io-index"
573
-
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
574
dependencies = [
575
"thiserror-impl",
576
]
577
578
[[package]]
579
name = "thiserror-impl"
580
-
version = "2.0.11"
581
source = "registry+https://github.com/rust-lang/crates.io-index"
582
-
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
583
dependencies = [
584
"proc-macro2",
585
"quote",
···
615
616
[[package]]
617
name = "unicode-ident"
618
-
version = "1.0.17"
619
source = "registry+https://github.com/rust-lang/crates.io-index"
620
-
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
621
622
[[package]]
623
name = "url"
···
650
651
[[package]]
652
name = "wasi"
653
-
version = "0.13.3+wasi-0.2.2"
654
source = "registry+https://github.com/rust-lang/crates.io-index"
655
-
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
656
dependencies = [
657
"wit-bindgen-rt",
658
]
···
666
"either",
667
"home",
668
"once_cell",
669
-
"rustix",
670
]
671
672
[[package]]
···
744
745
[[package]]
746
name = "wit-bindgen-rt"
747
-
version = "0.33.0"
748
source = "registry+https://github.com/rust-lang/crates.io-index"
749
-
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
750
dependencies = [
751
"bitflags",
752
]
···
765
766
[[package]]
767
name = "xattr"
768
-
version = "1.4.0"
769
source = "registry+https://github.com/rust-lang/crates.io-index"
770
-
checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
771
dependencies = [
772
"libc",
773
-
"linux-raw-sys",
774
-
"rustix",
775
]
776
777
[[package]]
···
54
55
[[package]]
56
name = "bitflags"
57
+
version = "2.9.0"
58
source = "registry+https://github.com/rust-lang/crates.io-index"
59
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
60
61
[[package]]
62
name = "cfg-if"
···
72
73
[[package]]
74
name = "clap"
75
+
version = "4.5.37"
76
source = "registry+https://github.com/rust-lang/crates.io-index"
77
+
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
78
dependencies = [
79
"clap_builder",
80
"clap_derive",
···
82
83
[[package]]
84
name = "clap_builder"
85
+
version = "4.5.37"
86
source = "registry+https://github.com/rust-lang/crates.io-index"
87
+
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
88
dependencies = [
89
"anstream",
90
"anstyle",
···
94
95
[[package]]
96
name = "clap_complete"
97
+
version = "4.5.49"
98
source = "registry+https://github.com/rust-lang/crates.io-index"
99
+
checksum = "07ae023020f3bbb76bfd6c7b9dd3f903b40f60e4dc60696c303457c5c01e6cbe"
100
dependencies = [
101
"clap",
102
]
103
104
[[package]]
105
name = "clap_derive"
106
+
version = "4.5.32"
107
source = "registry+https://github.com/rust-lang/crates.io-index"
108
+
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
109
dependencies = [
110
"heck",
111
"proc-macro2",
···
167
168
[[package]]
169
name = "either"
170
+
version = "1.15.0"
171
source = "registry+https://github.com/rust-lang/crates.io-index"
172
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
173
174
[[package]]
175
name = "errno"
176
+
version = "0.3.11"
177
source = "registry+https://github.com/rust-lang/crates.io-index"
178
+
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
179
dependencies = [
180
"libc",
181
"windows-sys",
···
198
199
[[package]]
200
name = "getrandom"
201
+
version = "0.3.2"
202
source = "registry+https://github.com/rust-lang/crates.io-index"
203
+
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
204
dependencies = [
205
"cfg-if",
206
"libc",
207
+
"r-efi",
208
"wasi",
0
209
]
210
211
[[package]]
···
264
265
[[package]]
266
name = "icu_locid_transform_data"
267
+
version = "1.5.1"
268
source = "registry+https://github.com/rust-lang/crates.io-index"
269
+
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
270
271
[[package]]
272
name = "icu_normalizer"
···
288
289
[[package]]
290
name = "icu_normalizer_data"
291
+
version = "1.5.1"
292
source = "registry+https://github.com/rust-lang/crates.io-index"
293
+
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
294
295
[[package]]
296
name = "icu_properties"
···
309
310
[[package]]
311
name = "icu_properties_data"
312
+
version = "1.5.1"
313
source = "registry+https://github.com/rust-lang/crates.io-index"
314
+
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
315
316
[[package]]
317
name = "icu_provider"
···
398
399
[[package]]
400
name = "libc"
401
+
version = "0.2.172"
402
source = "registry+https://github.com/rust-lang/crates.io-index"
403
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
404
405
[[package]]
406
name = "linux-raw-sys"
···
409
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
410
411
[[package]]
412
+
name = "linux-raw-sys"
413
+
version = "0.9.4"
414
+
source = "registry+https://github.com/rust-lang/crates.io-index"
415
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
416
+
417
+
[[package]]
418
name = "litemap"
419
version = "0.7.5"
420
source = "registry+https://github.com/rust-lang/crates.io-index"
···
422
423
[[package]]
424
name = "nix"
425
+
version = "0.30.1"
426
source = "registry+https://github.com/rust-lang/crates.io-index"
427
+
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
428
dependencies = [
429
"bitflags",
430
"cfg-if",
···
434
435
[[package]]
436
name = "once_cell"
437
+
version = "1.21.3"
438
source = "registry+https://github.com/rust-lang/crates.io-index"
439
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
440
441
[[package]]
442
name = "open"
···
463
464
[[package]]
465
name = "proc-macro2"
466
+
version = "1.0.95"
467
source = "registry+https://github.com/rust-lang/crates.io-index"
468
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
469
dependencies = [
470
"unicode-ident",
471
]
472
473
[[package]]
474
name = "quote"
475
+
version = "1.0.40"
476
source = "registry+https://github.com/rust-lang/crates.io-index"
477
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
478
dependencies = [
479
"proc-macro2",
480
]
481
482
[[package]]
483
+
name = "r-efi"
484
+
version = "5.2.0"
485
+
source = "registry+https://github.com/rust-lang/crates.io-index"
486
+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
487
+
488
+
[[package]]
489
name = "roff"
490
version = "0.2.2"
491
source = "registry+https://github.com/rust-lang/crates.io-index"
···
500
"bitflags",
501
"errno",
502
"libc",
503
+
"linux-raw-sys 0.4.15",
504
+
"windows-sys",
505
+
]
506
+
507
+
[[package]]
508
+
name = "rustix"
509
+
version = "1.0.7"
510
+
source = "registry+https://github.com/rust-lang/crates.io-index"
511
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
512
+
dependencies = [
513
+
"bitflags",
514
+
"errno",
515
+
"libc",
516
+
"linux-raw-sys 0.9.4",
517
"windows-sys",
518
]
519
520
[[package]]
521
name = "serde"
522
+
version = "1.0.219"
523
source = "registry+https://github.com/rust-lang/crates.io-index"
524
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
525
dependencies = [
526
"serde_derive",
527
]
528
529
[[package]]
530
name = "serde_derive"
531
+
version = "1.0.219"
532
source = "registry+https://github.com/rust-lang/crates.io-index"
533
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
534
dependencies = [
535
"proc-macro2",
536
"quote",
···
539
540
[[package]]
541
name = "smallvec"
542
+
version = "1.15.0"
543
source = "registry+https://github.com/rust-lang/crates.io-index"
544
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
545
546
[[package]]
547
name = "stable_deref_trait"
···
557
558
[[package]]
559
name = "syn"
560
+
version = "2.0.101"
561
source = "registry+https://github.com/rust-lang/crates.io-index"
562
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
563
dependencies = [
564
"proc-macro2",
565
"quote",
···
568
569
[[package]]
570
name = "synstructure"
571
+
version = "0.13.2"
572
source = "registry+https://github.com/rust-lang/crates.io-index"
573
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
574
dependencies = [
575
"proc-macro2",
576
"quote",
···
579
580
[[package]]
581
name = "tempfile"
582
+
version = "3.19.1"
583
source = "registry+https://github.com/rust-lang/crates.io-index"
584
+
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
585
dependencies = [
0
586
"fastrand",
587
"getrandom",
588
"once_cell",
589
+
"rustix 1.0.7",
590
"windows-sys",
591
]
592
593
[[package]]
594
name = "thiserror"
595
+
version = "2.0.12"
596
source = "registry+https://github.com/rust-lang/crates.io-index"
597
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
598
dependencies = [
599
"thiserror-impl",
600
]
601
602
[[package]]
603
name = "thiserror-impl"
604
+
version = "2.0.12"
605
source = "registry+https://github.com/rust-lang/crates.io-index"
606
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
607
dependencies = [
608
"proc-macro2",
609
"quote",
···
639
640
[[package]]
641
name = "unicode-ident"
642
+
version = "1.0.18"
643
source = "registry+https://github.com/rust-lang/crates.io-index"
644
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
645
646
[[package]]
647
name = "url"
···
674
675
[[package]]
676
name = "wasi"
677
+
version = "0.14.2+wasi-0.2.4"
678
source = "registry+https://github.com/rust-lang/crates.io-index"
679
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
680
dependencies = [
681
"wit-bindgen-rt",
682
]
···
690
"either",
691
"home",
692
"once_cell",
693
+
"rustix 0.38.44",
694
]
695
696
[[package]]
···
768
769
[[package]]
770
name = "wit-bindgen-rt"
771
+
version = "0.39.0"
772
source = "registry+https://github.com/rust-lang/crates.io-index"
773
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
774
dependencies = [
775
"bitflags",
776
]
···
789
790
[[package]]
791
name = "xattr"
792
+
version = "1.5.0"
793
source = "registry+https://github.com/rust-lang/crates.io-index"
794
+
checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
795
dependencies = [
796
"libc",
797
+
"rustix 1.0.7",
0
798
]
799
800
[[package]]