this repo has no description
0
fork

Configure Feed

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

chore(bump): rust deps

+159 -74
+159 -74
Cargo.lock
··· 52 52 source = "registry+https://github.com/rust-lang/crates.io-index" 53 53 checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 54 54 dependencies = [ 55 - "windows-sys", 55 + "windows-sys 0.48.0", 56 56 ] 57 57 58 58 [[package]] ··· 62 62 checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" 63 63 dependencies = [ 64 64 "anstyle", 65 - "windows-sys", 65 + "windows-sys 0.48.0", 66 66 ] 67 67 68 68 [[package]] ··· 115 115 116 116 [[package]] 117 117 name = "bstr" 118 - version = "1.7.0" 118 + version = "1.8.0" 119 119 source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" 120 + checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" 121 121 dependencies = [ 122 122 "memchr", 123 123 "regex-automata", ··· 132 132 133 133 [[package]] 134 134 name = "clap" 135 - version = "4.4.7" 135 + version = "4.4.10" 136 136 source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" 137 + checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" 138 138 dependencies = [ 139 139 "clap_builder", 140 140 "clap_derive", ··· 142 142 143 143 [[package]] 144 144 name = "clap_builder" 145 - version = "4.4.7" 145 + version = "4.4.9" 146 146 source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" 147 + checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" 148 148 dependencies = [ 149 149 "anstream", 150 150 "anstyle", ··· 199 199 ] 200 200 201 201 [[package]] 202 + name = "crossbeam-deque" 203 + version = "0.8.3" 204 + source = "registry+https://github.com/rust-lang/crates.io-index" 205 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 206 + dependencies = [ 207 + "cfg-if", 208 + "crossbeam-epoch", 209 + "crossbeam-utils", 210 + ] 211 + 212 + [[package]] 213 + name = "crossbeam-epoch" 214 + version = "0.9.15" 215 + source = "registry+https://github.com/rust-lang/crates.io-index" 216 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 217 + dependencies = [ 218 + "autocfg", 219 + "cfg-if", 220 + "crossbeam-utils", 221 + "memoffset", 222 + "scopeguard", 223 + ] 224 + 225 + [[package]] 226 + name = "crossbeam-utils" 227 + version = "0.8.16" 228 + source = "registry+https://github.com/rust-lang/crates.io-index" 229 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 230 + dependencies = [ 231 + "cfg-if", 232 + ] 233 + 234 + [[package]] 202 235 name = "difflib" 203 236 version = "0.4.0" 204 237 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 218 251 219 252 [[package]] 220 253 name = "errno" 221 - version = "0.3.5" 254 + version = "0.3.8" 222 255 source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" 256 + checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 224 257 dependencies = [ 225 258 "libc", 226 - "windows-sys", 259 + "windows-sys 0.52.0", 227 260 ] 228 261 229 262 [[package]] ··· 241 274 "cfg-if", 242 275 "libc", 243 276 "redox_syscall 0.3.5", 244 - "windows-sys", 277 + "windows-sys 0.48.0", 245 278 ] 246 279 247 280 [[package]] ··· 264 297 ] 265 298 266 299 [[package]] 267 - name = "fnv" 268 - version = "1.0.7" 269 - source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 271 - 272 - [[package]] 273 300 name = "globset" 274 - version = "0.4.13" 301 + version = "0.4.14" 275 302 source = "registry+https://github.com/rust-lang/crates.io-index" 276 - checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 303 + checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 277 304 dependencies = [ 278 305 "aho-corasick", 279 306 "bstr", 280 - "fnv", 281 307 "log", 282 - "regex", 308 + "regex-automata", 309 + "regex-syntax", 283 310 ] 284 311 285 312 [[package]] ··· 307 334 308 335 [[package]] 309 336 name = "ignore" 310 - version = "0.4.20" 337 + version = "0.4.21" 311 338 source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 339 + checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060" 313 340 dependencies = [ 341 + "crossbeam-deque", 314 342 "globset", 315 - "lazy_static", 316 343 "log", 317 344 "memchr", 318 - "regex", 345 + "regex-automata", 319 346 "same-file", 320 - "thread_local", 321 347 "walkdir", 322 348 "winapi-util", 323 349 ] ··· 330 356 dependencies = [ 331 357 "hermit-abi", 332 358 "rustix", 333 - "windows-sys", 359 + "windows-sys 0.48.0", 334 360 ] 335 361 336 362 [[package]] ··· 341 367 dependencies = [ 342 368 "either", 343 369 ] 344 - 345 - [[package]] 346 - name = "lazy_static" 347 - version = "1.4.0" 348 - source = "registry+https://github.com/rust-lang/crates.io-index" 349 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 350 370 351 371 [[package]] 352 372 name = "libc" 353 - version = "0.2.149" 373 + version = "0.2.150" 354 374 source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" 375 + checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 356 376 357 377 [[package]] 358 378 name = "linux-raw-sys" 359 - version = "0.4.10" 379 + version = "0.4.12" 360 380 source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" 381 + checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 362 382 363 383 [[package]] 364 384 name = "log" ··· 373 393 checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 374 394 375 395 [[package]] 396 + name = "memoffset" 397 + version = "0.9.0" 398 + source = "registry+https://github.com/rust-lang/crates.io-index" 399 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 400 + dependencies = [ 401 + "autocfg", 402 + ] 403 + 404 + [[package]] 376 405 name = "miniz_oxide" 377 406 version = "0.7.1" 378 407 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 397 426 ] 398 427 399 428 [[package]] 400 - name = "once_cell" 401 - version = "1.18.0" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 404 - 405 - [[package]] 406 429 name = "predicates" 407 430 version = "3.0.4" 408 431 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 435 458 436 459 [[package]] 437 460 name = "proc-macro2" 438 - version = "1.0.69" 461 + version = "1.0.70" 439 462 source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 463 + checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 441 464 dependencies = [ 442 465 "unicode-ident", 443 466 ] ··· 500 523 501 524 [[package]] 502 525 name = "rustix" 503 - version = "0.38.21" 526 + version = "0.38.26" 504 527 source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" 528 + checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" 506 529 dependencies = [ 507 530 "bitflags 2.4.1", 508 531 "errno", 509 532 "libc", 510 533 "linux-raw-sys", 511 - "windows-sys", 534 + "windows-sys 0.52.0", 512 535 ] 513 536 514 537 [[package]] ··· 521 544 ] 522 545 523 546 [[package]] 547 + name = "scopeguard" 548 + version = "1.2.0" 549 + source = "registry+https://github.com/rust-lang/crates.io-index" 550 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 551 + 552 + [[package]] 524 553 name = "serde" 525 - version = "1.0.190" 554 + version = "1.0.193" 526 555 source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" 556 + checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 528 557 dependencies = [ 529 558 "serde_derive", 530 559 ] 531 560 532 561 [[package]] 533 562 name = "serde_derive" 534 - version = "1.0.190" 563 + version = "1.0.193" 535 564 source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" 565 + checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 537 566 dependencies = [ 538 567 "proc-macro2", 539 568 "quote", ··· 548 577 549 578 [[package]] 550 579 name = "syn" 551 - version = "2.0.38" 580 + version = "2.0.39" 552 581 source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" 582 + checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 554 583 dependencies = [ 555 584 "proc-macro2", 556 585 "quote", ··· 578 607 "fastrand", 579 608 "redox_syscall 0.4.1", 580 609 "rustix", 581 - "windows-sys", 610 + "windows-sys 0.48.0", 582 611 ] 583 612 584 613 [[package]] ··· 588 617 checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 589 618 590 619 [[package]] 591 - name = "thread_local" 592 - version = "1.1.7" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 595 - dependencies = [ 596 - "cfg-if", 597 - "once_cell", 598 - ] 599 - 600 - [[package]] 601 620 name = "unicode-ident" 602 621 version = "1.0.12" 603 622 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 665 684 source = "registry+https://github.com/rust-lang/crates.io-index" 666 685 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 667 686 dependencies = [ 668 - "windows-targets", 687 + "windows-targets 0.48.5", 688 + ] 689 + 690 + [[package]] 691 + name = "windows-sys" 692 + version = "0.52.0" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 695 + dependencies = [ 696 + "windows-targets 0.52.0", 669 697 ] 670 698 671 699 [[package]] ··· 674 702 source = "registry+https://github.com/rust-lang/crates.io-index" 675 703 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 676 704 dependencies = [ 677 - "windows_aarch64_gnullvm", 678 - "windows_aarch64_msvc", 679 - "windows_i686_gnu", 680 - "windows_i686_msvc", 681 - "windows_x86_64_gnu", 682 - "windows_x86_64_gnullvm", 683 - "windows_x86_64_msvc", 705 + "windows_aarch64_gnullvm 0.48.5", 706 + "windows_aarch64_msvc 0.48.5", 707 + "windows_i686_gnu 0.48.5", 708 + "windows_i686_msvc 0.48.5", 709 + "windows_x86_64_gnu 0.48.5", 710 + "windows_x86_64_gnullvm 0.48.5", 711 + "windows_x86_64_msvc 0.48.5", 712 + ] 713 + 714 + [[package]] 715 + name = "windows-targets" 716 + version = "0.52.0" 717 + source = "registry+https://github.com/rust-lang/crates.io-index" 718 + checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 719 + dependencies = [ 720 + "windows_aarch64_gnullvm 0.52.0", 721 + "windows_aarch64_msvc 0.52.0", 722 + "windows_i686_gnu 0.52.0", 723 + "windows_i686_msvc 0.52.0", 724 + "windows_x86_64_gnu 0.52.0", 725 + "windows_x86_64_gnullvm 0.52.0", 726 + "windows_x86_64_msvc 0.52.0", 684 727 ] 685 728 686 729 [[package]] ··· 688 731 version = "0.48.5" 689 732 source = "registry+https://github.com/rust-lang/crates.io-index" 690 733 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 734 + 735 + [[package]] 736 + name = "windows_aarch64_gnullvm" 737 + version = "0.52.0" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 691 740 692 741 [[package]] 693 742 name = "windows_aarch64_msvc" ··· 696 745 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 697 746 698 747 [[package]] 748 + name = "windows_aarch64_msvc" 749 + version = "0.52.0" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 752 + 753 + [[package]] 699 754 name = "windows_i686_gnu" 700 755 version = "0.48.5" 701 756 source = "registry+https://github.com/rust-lang/crates.io-index" 702 757 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 703 758 704 759 [[package]] 760 + name = "windows_i686_gnu" 761 + version = "0.52.0" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 764 + 765 + [[package]] 705 766 name = "windows_i686_msvc" 706 767 version = "0.48.5" 707 768 source = "registry+https://github.com/rust-lang/crates.io-index" 708 769 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 709 770 710 771 [[package]] 772 + name = "windows_i686_msvc" 773 + version = "0.52.0" 774 + source = "registry+https://github.com/rust-lang/crates.io-index" 775 + checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 776 + 777 + [[package]] 711 778 name = "windows_x86_64_gnu" 712 779 version = "0.48.5" 713 780 source = "registry+https://github.com/rust-lang/crates.io-index" 714 781 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 715 782 716 783 [[package]] 784 + name = "windows_x86_64_gnu" 785 + version = "0.52.0" 786 + source = "registry+https://github.com/rust-lang/crates.io-index" 787 + checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 788 + 789 + [[package]] 717 790 name = "windows_x86_64_gnullvm" 718 791 version = "0.48.5" 719 792 source = "registry+https://github.com/rust-lang/crates.io-index" 720 793 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 721 794 722 795 [[package]] 796 + name = "windows_x86_64_gnullvm" 797 + version = "0.52.0" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 800 + 801 + [[package]] 723 802 name = "windows_x86_64_msvc" 724 803 version = "0.48.5" 725 804 source = "registry+https://github.com/rust-lang/crates.io-index" 726 805 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 806 + 807 + [[package]] 808 + name = "windows_x86_64_msvc" 809 + version = "0.52.0" 810 + source = "registry+https://github.com/rust-lang/crates.io-index" 811 + checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 727 812 728 813 [[package]] 729 814 name = "xattr"