Lints and suggestions for the Nix programming language
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump insta

+82 -69
+81 -68
Cargo.lock
··· 97 97 98 98 [[package]] 99 99 name = "console" 100 - version = "0.14.1" 100 + version = "0.15.11" 101 101 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" 102 + checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 103 103 dependencies = [ 104 104 "encode_unicode", 105 - "lazy_static", 106 105 "libc", 107 - "terminal_size", 108 - "winapi", 106 + "once_cell", 107 + "windows-sys", 109 108 ] 110 109 111 110 [[package]] ··· 159 158 ] 160 159 161 160 [[package]] 162 - name = "dtoa" 163 - version = "0.4.8" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" 166 - 167 - [[package]] 168 161 name = "either" 169 162 version = "1.6.1" 170 163 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 172 165 173 166 [[package]] 174 167 name = "encode_unicode" 175 - version = "0.3.6" 168 + version = "1.0.0" 176 169 source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 170 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 178 171 179 172 [[package]] 180 173 name = "fnv" ··· 255 248 256 249 [[package]] 257 250 name = "insta" 258 - version = "1.8.0" 251 + version = "1.43.2" 259 252 source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "15226a375927344c78d39dc6b49e2d5562a5b0705e26a589093c6792e52eed8e" 253 + checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" 261 254 dependencies = [ 262 255 "console", 263 - "lazy_static", 264 - "serde", 265 - "serde_json", 266 - "serde_yaml", 267 - "similar 1.3.0", 268 - "uuid", 256 + "once_cell", 257 + "similar", 269 258 ] 270 259 271 260 [[package]] ··· 297 286 version = "0.2.106" 298 287 source = "registry+https://github.com/rust-lang/crates.io-index" 299 288 checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" 300 - 301 - [[package]] 302 - name = "linked-hash-map" 303 - version = "0.5.4" 304 - source = "registry+https://github.com/rust-lang/crates.io-index" 305 - checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" 306 289 307 290 [[package]] 308 291 name = "log" ··· 358 341 359 342 [[package]] 360 343 name = "once_cell" 361 - version = "1.8.0" 344 + version = "1.21.3" 362 345 source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" 346 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 364 347 365 348 [[package]] 366 349 name = "os_str_bytes" ··· 542 525 ] 543 526 544 527 [[package]] 545 - name = "serde_yaml" 546 - version = "0.8.21" 547 - source = "registry+https://github.com/rust-lang/crates.io-index" 548 - checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af" 549 - dependencies = [ 550 - "dtoa", 551 - "indexmap", 552 - "serde", 553 - "yaml-rust", 554 - ] 555 - 556 - [[package]] 557 - name = "similar" 558 - version = "1.3.0" 559 - source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec" 561 - 562 - [[package]] 563 528 name = "similar" 564 529 version = "2.1.0" 565 530 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 580 545 "rowan", 581 546 "serde", 582 547 "serde_json", 583 - "similar 2.1.0", 548 + "similar", 584 549 "strip-ansi-escapes", 585 550 "thiserror", 586 551 "toml", ··· 631 596 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 632 597 dependencies = [ 633 598 "winapi-util", 634 - ] 635 - 636 - [[package]] 637 - name = "terminal_size" 638 - version = "0.1.17" 639 - source = "registry+https://github.com/rust-lang/crates.io-index" 640 - checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 641 - dependencies = [ 642 - "libc", 643 - "winapi", 644 599 ] 645 600 646 601 [[package]] ··· 730 685 checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 731 686 732 687 [[package]] 733 - name = "uuid" 734 - version = "0.8.2" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" 737 - 738 - [[package]] 739 688 name = "version_check" 740 689 version = "0.9.3" 741 690 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 813 762 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 814 763 815 764 [[package]] 816 - name = "yaml-rust" 817 - version = "0.4.5" 765 + name = "windows-sys" 766 + version = "0.59.0" 818 767 source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 768 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 820 769 dependencies = [ 821 - "linked-hash-map", 770 + "windows-targets", 822 771 ] 772 + 773 + [[package]] 774 + name = "windows-targets" 775 + version = "0.52.6" 776 + source = "registry+https://github.com/rust-lang/crates.io-index" 777 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 778 + dependencies = [ 779 + "windows_aarch64_gnullvm", 780 + "windows_aarch64_msvc", 781 + "windows_i686_gnu", 782 + "windows_i686_gnullvm", 783 + "windows_i686_msvc", 784 + "windows_x86_64_gnu", 785 + "windows_x86_64_gnullvm", 786 + "windows_x86_64_msvc", 787 + ] 788 + 789 + [[package]] 790 + name = "windows_aarch64_gnullvm" 791 + version = "0.52.6" 792 + source = "registry+https://github.com/rust-lang/crates.io-index" 793 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 794 + 795 + [[package]] 796 + name = "windows_aarch64_msvc" 797 + version = "0.52.6" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 800 + 801 + [[package]] 802 + name = "windows_i686_gnu" 803 + version = "0.52.6" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 806 + 807 + [[package]] 808 + name = "windows_i686_gnullvm" 809 + version = "0.52.6" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 812 + 813 + [[package]] 814 + name = "windows_i686_msvc" 815 + version = "0.52.6" 816 + source = "registry+https://github.com/rust-lang/crates.io-index" 817 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 818 + 819 + [[package]] 820 + name = "windows_x86_64_gnu" 821 + version = "0.52.6" 822 + source = "registry+https://github.com/rust-lang/crates.io-index" 823 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 824 + 825 + [[package]] 826 + name = "windows_x86_64_gnullvm" 827 + version = "0.52.6" 828 + source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 830 + 831 + [[package]] 832 + name = "windows_x86_64_msvc" 833 + version = "0.52.6" 834 + source = "registry+https://github.com/rust-lang/crates.io-index" 835 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 823 836 824 837 [[package]] 825 838 name = "yansi"
+1 -1
Cargo.toml
··· 12 12 clap = "3.0.0-beta.4" 13 13 ignore = "0.4.18" 14 14 indexmap = "1.6.2" 15 - insta = "1.8.0" 15 + insta = "1.43.2" 16 16 lazy_static = "1.0" 17 17 lib.path = "./lib" 18 18 macros.path = "./macros"