Merge master into staging-next

authored by github-actions[bot] and committed by GitHub 0a1690dd da2be4f9

+1306 -709
+13
maintainers/maintainer-list.nix
··· 10889 10889 githubId = 613740; 10890 10890 name = "Martin Baillie"; 10891 10891 }; 10892 + mbalatsko = { 10893 + email = "mbalatsko@gmail.com"; 10894 + github = "mbalatsko"; 10895 + githubId = 15967073; 10896 + name = "Maksym Balatsko"; 10897 + }; 10892 10898 mbbx6spp = { 10893 10899 email = "me@susanpotter.net"; 10894 10900 github = "mbbx6spp"; ··· 13843 13849 keys = [{ 13844 13850 fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; 13845 13851 }]; 13852 + }; 13853 + p-rintz = { 13854 + email = "nix@rintz.net"; 13855 + github = "p-rintz"; 13856 + githubId = 13933258; 13857 + name = "Philipp Rintz"; 13858 + matrix = "@philipp:srv.icu"; 13846 13859 }; 13847 13860 ProducerMatt = { 13848 13861 name = "Matthew Pherigo";
+2 -2
pkgs/applications/blockchains/ledger-live-desktop/default.nix
··· 2 2 3 3 let 4 4 pname = "ledger-live-desktop"; 5 - version = "2.64.2"; 5 + version = "2.66.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage"; 9 - hash = "sha256-8cb5FA/Ogd6GI0AclxHicZGV3K5bVsZuIl/3A03r5qQ="; 9 + hash = "sha256-Du2bvtlNjxtkJ31RCKZmGtWxOEIjohbmEC5o3VvFGlY="; 10 10 }; 11 11 12 12
+964 -572
pkgs/applications/networking/cluster/habitat/Cargo.lock
··· 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 9 checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe" 10 10 dependencies = [ 11 - "bitflags", 11 + "bitflags 1.3.2", 12 12 "bytes", 13 13 "futures-core", 14 14 "futures-sink", 15 - "log 0.4.17", 15 + "log 0.4.20", 16 16 "memchr", 17 17 "pin-project-lite", 18 18 "tokio", 19 - "tokio-util", 19 + "tokio-util 0.7.8", 20 20 ] 21 21 22 22 [[package]] 23 23 name = "actix-http" 24 - version = "3.2.1" 24 + version = "3.3.0" 25 25 source = "registry+https://github.com/rust-lang/crates.io-index" 26 - checksum = "6f9ffb6db08c1c3a1f4aef540f1a63193adc73c4fbd40b75a95fc8c5258f6e51" 26 + checksum = "0070905b2c4a98d184c4e81025253cb192aa8a73827553f38e9410801ceb35bb" 27 27 dependencies = [ 28 28 "actix-codec", 29 29 "actix-rt", ··· 31 31 "actix-tls", 32 32 "actix-utils", 33 33 "ahash", 34 - "base64 0.13.1", 35 - "bitflags", 34 + "base64 0.21.2", 35 + "bitflags 1.3.2", 36 36 "bytes", 37 37 "bytestring", 38 38 "derive_more", ··· 51 51 "rand 0.8.5", 52 52 "sha1", 53 53 "smallvec", 54 + "tokio", 55 + "tokio-util 0.7.8", 54 56 "tracing", 55 57 ] 56 58 ··· 61 63 checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" 62 64 dependencies = [ 63 65 "quote", 64 - "syn", 66 + "syn 1.0.104", 65 67 ] 66 68 67 69 [[package]] ··· 73 75 "bytestring", 74 76 "firestorm", 75 77 "http", 76 - "log 0.4.17", 77 - "regex 1.7.1", 78 + "log 0.4.20", 79 + "regex 1.7.3", 78 80 "serde", 79 81 ] 80 82 81 83 [[package]] 82 84 name = "actix-rt" 83 - version = "2.7.0" 85 + version = "2.8.0" 84 86 source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000" 87 + checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e" 86 88 dependencies = [ 87 89 "actix-macros", 88 90 "futures-core", ··· 100 102 "actix-utils", 101 103 "futures-core", 102 104 "futures-util", 103 - "mio 0.8.5", 105 + "mio 0.8.8", 104 106 "num_cpus", 105 - "socket2", 107 + "socket2 0.4.9", 106 108 "tokio", 107 109 "tracing", 108 110 ] ··· 129 131 "actix-service", 130 132 "actix-utils", 131 133 "futures-core", 132 - "log 0.4.17", 134 + "log 0.4.20", 133 135 "pin-project-lite", 134 136 "tokio-rustls", 135 - "tokio-util", 137 + "tokio-util 0.7.8", 136 138 "webpki-roots", 137 139 ] 138 140 ··· 148 150 149 151 [[package]] 150 152 name = "actix-web" 151 - version = "4.1.0" 153 + version = "4.3.1" 152 154 source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379" 155 + checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96" 154 156 dependencies = [ 155 157 "actix-codec", 156 158 "actix-http", ··· 168 170 "encoding_rs", 169 171 "futures-core", 170 172 "futures-util", 173 + "http", 171 174 "itoa 1.0.1", 172 175 "language-tags", 173 - "log 0.4.17", 176 + "log 0.4.20", 174 177 "mime", 175 178 "once_cell", 176 179 "pin-project-lite", 177 - "regex 1.7.1", 180 + "regex 1.7.3", 178 181 "serde", 179 182 "serde_json", 180 183 "serde_urlencoded", 181 184 "smallvec", 182 - "socket2", 185 + "socket2 0.4.9", 183 186 "time 0.3.11", 184 187 "url", 185 188 ] 186 189 187 190 [[package]] 191 + name = "addr" 192 + version = "0.15.6" 193 + source = "registry+https://github.com/rust-lang/crates.io-index" 194 + checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef" 195 + dependencies = [ 196 + "psl", 197 + "psl-types", 198 + ] 199 + 200 + [[package]] 188 201 name = "addr2line" 189 202 version = "0.16.0" 190 203 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 229 242 ] 230 243 231 244 [[package]] 245 + name = "android-tzdata" 246 + version = "0.1.1" 247 + source = "registry+https://github.com/rust-lang/crates.io-index" 248 + checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 249 + 250 + [[package]] 251 + name = "android_system_properties" 252 + version = "0.1.5" 253 + source = "registry+https://github.com/rust-lang/crates.io-index" 254 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 255 + dependencies = [ 256 + "libc", 257 + ] 258 + 259 + [[package]] 232 260 name = "ansi_term" 233 261 version = "0.11.0" 234 262 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 239 267 240 268 [[package]] 241 269 name = "anyhow" 242 - version = "1.0.69" 270 + version = "1.0.75" 243 271 source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 272 + checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 245 273 dependencies = [ 246 274 "backtrace", 247 275 ] ··· 266 294 267 295 [[package]] 268 296 name = "async-trait" 269 - version = "0.1.61" 297 + version = "0.1.73" 270 298 source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282" 299 + checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" 272 300 dependencies = [ 273 301 "proc-macro2", 274 302 "quote", 275 - "syn", 303 + "syn 2.0.28", 276 304 ] 277 305 278 306 [[package]] ··· 315 343 316 344 [[package]] 317 345 name = "base64" 318 - version = "0.21.0" 346 + version = "0.21.2" 319 347 source = "registry+https://github.com/rust-lang/crates.io-index" 320 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 348 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 321 349 322 350 [[package]] 323 351 name = "bimap" 324 - version = "0.6.2" 352 + version = "0.6.3" 325 353 source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b" 354 + checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" 327 355 328 356 [[package]] 329 357 name = "bincode" ··· 335 363 ] 336 364 337 365 [[package]] 366 + name = "bit-set" 367 + version = "0.5.3" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 370 + dependencies = [ 371 + "bit-vec", 372 + ] 373 + 374 + [[package]] 375 + name = "bit-vec" 376 + version = "0.6.3" 377 + source = "registry+https://github.com/rust-lang/crates.io-index" 378 + checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 379 + 380 + [[package]] 338 381 name = "bitflags" 339 382 version = "1.3.2" 340 383 source = "registry+https://github.com/rust-lang/crates.io-index" 341 384 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 342 385 343 386 [[package]] 387 + name = "bitflags" 388 + version = "2.4.0" 389 + source = "registry+https://github.com/rust-lang/crates.io-index" 390 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 391 + 392 + [[package]] 344 393 name = "blake2b_simd" 345 - version = "1.0.0" 394 + version = "1.0.1" 346 395 source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" 396 + checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" 348 397 dependencies = [ 349 398 "arrayref", 350 399 "arrayvec", ··· 389 438 390 439 [[package]] 391 440 name = "bytes" 392 - version = "1.3.0" 441 + version = "1.4.0" 393 442 source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" 443 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 395 444 396 445 [[package]] 397 446 name = "bytestring" ··· 404 453 405 454 [[package]] 406 455 name = "caps" 407 - version = "0.5.2" 456 + version = "0.5.5" 408 457 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "c088f2dddef283f86b023ab1ebe2301c653326834996458b2f48d29b804e9540" 458 + checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" 410 459 dependencies = [ 411 - "errno", 412 460 "libc", 413 461 "thiserror", 414 462 ] 415 463 416 464 [[package]] 417 465 name = "cc" 418 - version = "1.0.79" 466 + version = "1.0.83" 419 467 source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 468 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 469 + dependencies = [ 470 + "libc", 471 + ] 421 472 422 473 [[package]] 423 474 name = "cfg-if" ··· 433 484 434 485 [[package]] 435 486 name = "chrono" 436 - version = "0.4.19" 487 + version = "0.4.26" 437 488 source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 489 + checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 439 490 dependencies = [ 440 - "libc", 441 - "num-integer", 491 + "android-tzdata", 492 + "iana-time-zone", 493 + "js-sys", 442 494 "num-traits", 443 495 "serde", 444 496 "time 0.1.43", 497 + "wasm-bindgen", 445 498 "winapi 0.3.9", 446 499 ] 447 500 ··· 452 505 dependencies = [ 453 506 "ansi_term", 454 507 "atty", 455 - "bitflags", 508 + "bitflags 1.3.2", 456 509 "strsim", 457 510 "textwrap", 458 511 "unicode-width", ··· 460 513 ] 461 514 462 515 [[package]] 516 + name = "codespan-reporting" 517 + version = "0.11.1" 518 + source = "registry+https://github.com/rust-lang/crates.io-index" 519 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 520 + dependencies = [ 521 + "termcolor", 522 + "unicode-width", 523 + ] 524 + 525 + [[package]] 463 526 name = "colosseum" 464 527 version = "0.2.2" 465 528 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 468 531 [[package]] 469 532 name = "configopt" 470 533 version = "0.1.0" 471 - source = "git+https://github.com/habitat-sh/configopt.git#37990579c24c35b18e0e6dadd4f01ab021df7616" 534 + source = "git+https://github.com/habitat-sh/configopt.git#98e4041a9922d6ebb5e548c3241fb82c76c6a4c0" 472 535 dependencies = [ 473 536 "colosseum", 474 537 "configopt-derive", 475 538 "lazy_static 1.4.0", 476 539 "serde", 477 540 "structopt", 478 - "toml 0.5.10", 541 + "toml 0.7.6", 479 542 ] 480 543 481 544 [[package]] 482 545 name = "configopt-derive" 483 546 version = "0.1.0" 484 - source = "git+https://github.com/habitat-sh/configopt.git#37990579c24c35b18e0e6dadd4f01ab021df7616" 547 + source = "git+https://github.com/habitat-sh/configopt.git#98e4041a9922d6ebb5e548c3241fb82c76c6a4c0" 485 548 dependencies = [ 486 549 "heck 0.3.3", 487 550 "proc-macro2", 488 551 "proc_macro_roids", 489 552 "quote", 490 - "syn", 553 + "syn 1.0.104", 491 554 ] 492 555 493 556 [[package]] 494 557 name = "constant_time_eq" 495 - version = "0.1.5" 558 + version = "0.2.4" 496 559 source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 560 + checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" 498 561 499 562 [[package]] 500 563 name = "convert_case" ··· 514 577 515 578 [[package]] 516 579 name = "core-foundation-sys" 517 - version = "0.8.2" 580 + version = "0.8.3" 518 581 source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" 582 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 520 583 521 584 [[package]] 522 585 name = "cpu-time" ··· 539 602 540 603 [[package]] 541 604 name = "cpufeatures" 542 - version = "0.2.2" 605 + version = "0.2.5" 543 606 source = "registry+https://github.com/rust-lang/crates.io-index" 544 - checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" 607 + checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 545 608 dependencies = [ 546 609 "libc", 547 610 ] ··· 567 630 568 631 [[package]] 569 632 name = "crossbeam-channel" 570 - version = "0.5.1" 633 + version = "0.5.8" 571 634 source = "registry+https://github.com/rust-lang/crates.io-index" 572 - checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" 635 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 573 636 dependencies = [ 574 637 "cfg-if 1.0.0", 575 - "crossbeam-utils 0.8.5", 638 + "crossbeam-utils 0.8.15", 576 639 ] 577 640 578 641 [[package]] ··· 588 651 589 652 [[package]] 590 653 name = "crossbeam-utils" 591 - version = "0.8.5" 654 + version = "0.8.15" 592 655 source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" 656 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 594 657 dependencies = [ 595 658 "cfg-if 1.0.0", 596 - "lazy_static 1.4.0", 597 659 ] 598 660 599 661 [[package]] ··· 618 680 619 681 [[package]] 620 682 name = "ctrlc" 621 - version = "3.2.3" 683 + version = "3.4.0" 622 684 source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173" 685 + checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e" 624 686 dependencies = [ 625 - "nix 0.25.0", 626 - "winapi 0.3.9", 687 + "nix", 688 + "windows-sys 0.48.0", 689 + ] 690 + 691 + [[package]] 692 + name = "cxx" 693 + version = "1.0.92" 694 + source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72" 696 + dependencies = [ 697 + "cc", 698 + "cxxbridge-flags", 699 + "cxxbridge-macro", 700 + "link-cplusplus", 701 + ] 702 + 703 + [[package]] 704 + name = "cxx-build" 705 + version = "1.0.92" 706 + source = "registry+https://github.com/rust-lang/crates.io-index" 707 + checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613" 708 + dependencies = [ 709 + "cc", 710 + "codespan-reporting", 711 + "once_cell", 712 + "proc-macro2", 713 + "quote", 714 + "scratch", 715 + "syn 1.0.104", 716 + ] 717 + 718 + [[package]] 719 + name = "cxxbridge-flags" 720 + version = "1.0.92" 721 + source = "registry+https://github.com/rust-lang/crates.io-index" 722 + checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97" 723 + 724 + [[package]] 725 + name = "cxxbridge-macro" 726 + version = "1.0.92" 727 + source = "registry+https://github.com/rust-lang/crates.io-index" 728 + checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56" 729 + dependencies = [ 730 + "proc-macro2", 731 + "quote", 732 + "syn 1.0.104", 627 733 ] 628 734 629 735 [[package]] ··· 634 740 dependencies = [ 635 741 "proc-macro2", 636 742 "quote", 637 - "syn", 743 + "syn 1.0.104", 638 744 ] 639 745 640 746 [[package]] ··· 647 753 "proc-macro2", 648 754 "quote", 649 755 "rustc_version 0.3.3", 650 - "syn", 756 + "syn 1.0.104", 651 757 ] 652 758 653 759 [[package]] 760 + name = "destructure_traitobject" 761 + version = "0.2.0" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "3c877555693c14d2f84191cfd3ad8582790fc52b5e2274b40b59cf5f5cea25c7" 764 + 765 + [[package]] 654 766 name = "digest" 655 767 version = "0.9.0" 656 768 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 671 783 672 784 [[package]] 673 785 name = "dirs" 674 - version = "3.0.2" 786 + version = "5.0.1" 675 787 source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" 788 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 677 789 dependencies = [ 678 790 "dirs-sys", 679 791 ] ··· 690 802 691 803 [[package]] 692 804 name = "dirs-sys" 693 - version = "0.3.6" 805 + version = "0.4.1" 694 806 source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" 807 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 696 808 dependencies = [ 697 809 "libc", 810 + "option-ext", 698 811 "redox_users", 699 - "winapi 0.3.9", 812 + "windows-sys 0.48.0", 700 813 ] 701 814 702 815 [[package]] ··· 712 825 713 826 [[package]] 714 827 name = "dns-lookup" 715 - version = "1.0.8" 828 + version = "2.0.2" 716 829 source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872" 830 + checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812" 718 831 dependencies = [ 719 832 "cfg-if 1.0.0", 720 833 "libc", 721 - "socket2", 722 - "winapi 0.3.9", 834 + "socket2 0.5.3", 835 + "windows-sys 0.48.0", 723 836 ] 724 837 725 838 [[package]] 839 + name = "downcast-rs" 840 + version = "1.2.0" 841 + source = "registry+https://github.com/rust-lang/crates.io-index" 842 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 843 + 844 + [[package]] 726 845 name = "ed25519" 727 846 version = "1.2.0" 728 847 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 754 873 755 874 [[package]] 756 875 name = "env_logger" 757 - version = "0.9.0" 876 + version = "0.10.0" 758 877 source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 878 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 760 879 dependencies = [ 761 - "atty", 762 880 "humantime", 763 - "log 0.4.17", 764 - "regex 1.7.1", 881 + "is-terminal", 882 + "log 0.4.20", 883 + "regex 1.7.3", 765 884 "termcolor", 766 885 ] 767 886 ··· 771 890 source = "registry+https://github.com/rust-lang/crates.io-index" 772 891 checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1" 773 892 dependencies = [ 774 - "log 0.4.17", 893 + "log 0.4.20", 775 894 "url", 776 895 ] 777 896 778 897 [[package]] 898 + name = "equivalent" 899 + version = "1.0.0" 900 + source = "registry+https://github.com/rust-lang/crates.io-index" 901 + checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" 902 + 903 + [[package]] 904 + name = "erased-serde" 905 + version = "0.3.25" 906 + source = "registry+https://github.com/rust-lang/crates.io-index" 907 + checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" 908 + dependencies = [ 909 + "serde", 910 + ] 911 + 912 + [[package]] 779 913 name = "errno" 780 - version = "0.2.7" 914 + version = "0.2.8" 781 915 source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" 916 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 783 917 dependencies = [ 784 918 "errno-dragonfly", 785 919 "libc", ··· 787 921 ] 788 922 789 923 [[package]] 924 + name = "errno" 925 + version = "0.3.2" 926 + source = "registry+https://github.com/rust-lang/crates.io-index" 927 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 928 + dependencies = [ 929 + "errno-dragonfly", 930 + "libc", 931 + "windows-sys 0.48.0", 932 + ] 933 + 934 + [[package]] 790 935 name = "errno-dragonfly" 791 936 version = "0.1.1" 792 937 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 803 948 checksum = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" 804 949 805 950 [[package]] 951 + name = "fancy-regex" 952 + version = "0.11.0" 953 + source = "registry+https://github.com/rust-lang/crates.io-index" 954 + checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 955 + dependencies = [ 956 + "bit-set", 957 + "regex 1.7.3", 958 + ] 959 + 960 + [[package]] 961 + name = "fastrand" 962 + version = "2.0.0" 963 + source = "registry+https://github.com/rust-lang/crates.io-index" 964 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 965 + 966 + [[package]] 806 967 name = "field-offset" 807 968 version = "0.3.4" 808 969 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 814 975 815 976 [[package]] 816 977 name = "filetime" 817 - version = "0.2.15" 978 + version = "0.2.22" 818 979 source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98" 980 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 820 981 dependencies = [ 821 982 "cfg-if 1.0.0", 822 983 "libc", 823 - "redox_syscall", 824 - "winapi 0.3.9", 984 + "redox_syscall 0.3.5", 985 + "windows-sys 0.48.0", 825 986 ] 826 987 827 988 [[package]] ··· 838 999 839 1000 [[package]] 840 1001 name = "flate2" 841 - version = "1.0.25" 1002 + version = "1.0.27" 842 1003 source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 1004 + checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 844 1005 dependencies = [ 845 1006 "crc32fast", 846 - "miniz_oxide 0.6.2", 1007 + "miniz_oxide 0.7.1", 847 1008 ] 848 1009 849 1010 [[package]] ··· 869 1030 870 1031 [[package]] 871 1032 name = "form_urlencoded" 872 - version = "1.1.0" 1033 + version = "1.2.0" 873 1034 source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 1035 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 875 1036 dependencies = [ 876 1037 "percent-encoding", 877 1038 ] ··· 887 1048 ] 888 1049 889 1050 [[package]] 890 - name = "fsevent" 891 - version = "0.4.0" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 894 - dependencies = [ 895 - "bitflags", 896 - "fsevent-sys", 897 - ] 898 - 899 - [[package]] 900 1051 name = "fsevent-sys" 901 - version = "2.0.1" 1052 + version = "4.1.0" 902 1053 source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 1054 + checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 904 1055 dependencies = [ 905 1056 "libc", 906 1057 ] ··· 911 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 912 1063 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 913 1064 dependencies = [ 914 - "bitflags", 1065 + "bitflags 1.3.2", 915 1066 "fuchsia-zircon-sys", 916 1067 ] 917 1068 ··· 923 1074 924 1075 [[package]] 925 1076 name = "futures" 926 - version = "0.3.25" 1077 + version = "0.3.28" 927 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 1079 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 929 1080 dependencies = [ 930 1081 "futures-channel", 931 1082 "futures-core", ··· 938 1089 939 1090 [[package]] 940 1091 name = "futures-channel" 941 - version = "0.3.25" 1092 + version = "0.3.28" 942 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 943 - checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 1094 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 944 1095 dependencies = [ 945 1096 "futures-core", 946 1097 "futures-sink", ··· 948 1099 949 1100 [[package]] 950 1101 name = "futures-core" 951 - version = "0.3.25" 1102 + version = "0.3.28" 952 1103 source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 1104 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 954 1105 955 1106 [[package]] 956 1107 name = "futures-executor" 957 - version = "0.3.25" 1108 + version = "0.3.28" 958 1109 source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 1110 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 960 1111 dependencies = [ 961 1112 "futures-core", 962 1113 "futures-task", ··· 965 1116 966 1117 [[package]] 967 1118 name = "futures-io" 968 - version = "0.3.25" 1119 + version = "0.3.28" 969 1120 source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 1121 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 971 1122 972 1123 [[package]] 973 1124 name = "futures-macro" 974 - version = "0.3.25" 1125 + version = "0.3.28" 975 1126 source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 1127 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 977 1128 dependencies = [ 978 1129 "proc-macro2", 979 1130 "quote", 980 - "syn", 1131 + "syn 2.0.28", 981 1132 ] 982 1133 983 1134 [[package]] 984 1135 name = "futures-sink" 985 - version = "0.3.25" 1136 + version = "0.3.28" 986 1137 source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 1138 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 988 1139 989 1140 [[package]] 990 1141 name = "futures-task" 991 - version = "0.3.25" 1142 + version = "0.3.28" 992 1143 source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 1144 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 994 1145 995 1146 [[package]] 996 1147 name = "futures-util" 997 - version = "0.3.25" 1148 + version = "0.3.28" 998 1149 source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1150 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 1000 1151 dependencies = [ 1001 1152 "futures-channel", 1002 1153 "futures-core", ··· 1024 1175 dependencies = [ 1025 1176 "cc", 1026 1177 "libc", 1027 - "log 0.4.17", 1178 + "log 0.4.20", 1028 1179 "rustversion", 1029 1180 "winapi 0.3.9", 1030 1181 ] ··· 1075 1226 1076 1227 [[package]] 1077 1228 name = "h2" 1078 - version = "0.3.13" 1229 + version = "0.3.19" 1079 1230 source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 1231 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1081 1232 dependencies = [ 1082 1233 "bytes", 1083 1234 "fnv", ··· 1085 1236 "futures-sink", 1086 1237 "futures-util", 1087 1238 "http", 1088 - "indexmap", 1239 + "indexmap 1.9.2", 1089 1240 "slab", 1090 1241 "tokio", 1091 - "tokio-util", 1242 + "tokio-util 0.7.8", 1092 1243 "tracing", 1093 1244 ] 1094 1245 ··· 1098 1249 dependencies = [ 1099 1250 "anyhow", 1100 1251 "atty", 1101 - "base64 0.21.0", 1102 - "bitflags", 1252 + "base64 0.21.2", 1253 + "bitflags 2.4.0", 1103 1254 "chrono", 1104 1255 "clap", 1105 1256 "configopt", ··· 1117 1268 "handlebars 0.29.1", 1118 1269 "lazy_static 1.4.0", 1119 1270 "libc", 1120 - "log 0.4.17", 1271 + "log 0.4.20", 1121 1272 "pbr", 1122 1273 "rants", 1123 1274 "reqwest", ··· 1126 1277 "same-file", 1127 1278 "serde", 1128 1279 "serde_json", 1129 - "serde_yaml", 1280 + "serde_yaml 0.9.25", 1130 1281 "structopt", 1131 1282 "tabwriter", 1132 1283 "tar", ··· 1134 1285 "termcolor", 1135 1286 "thiserror", 1136 1287 "tokio", 1137 - "toml 0.5.10", 1288 + "toml 0.7.6", 1138 1289 "url", 1139 1290 "uuid 1.2.2", 1140 1291 "walkdir", 1141 1292 "webpki", 1142 1293 "widestring 1.0.2", 1143 1294 "winapi 0.3.9", 1144 - "winreg 0.9.0", 1295 + "winreg 0.51.0", 1145 1296 ] 1146 1297 1147 1298 [[package]] ··· 1155 1306 "habitat_core", 1156 1307 "ipc-channel", 1157 1308 "libc", 1158 - "log 0.4.17", 1159 - "nix 0.26.2", 1309 + "log 0.4.20", 1310 + "nix", 1160 1311 "prost", 1161 - "semver 1.0.16", 1312 + "semver 1.0.18", 1162 1313 "thiserror", 1163 1314 "winapi 0.3.9", 1164 1315 ] ··· 1174 1325 "habitat_core", 1175 1326 "ipc-channel", 1176 1327 "libc", 1177 - "log 0.4.17", 1328 + "log 0.4.20", 1178 1329 "prost", 1179 1330 "serde", 1180 1331 "thiserror", ··· 1197 1348 "clap", 1198 1349 "env_logger", 1199 1350 "habitat_butterfly", 1200 - "log 0.4.17", 1351 + "log 0.4.20", 1201 1352 ] 1202 1353 1203 1354 [[package]] ··· 1208 1359 "habitat-sup-protocol", 1209 1360 "habitat_common", 1210 1361 "habitat_core", 1211 - "log 0.4.17", 1362 + "log 0.4.20", 1212 1363 "prost", 1213 1364 "rustls", 1214 1365 "termcolor", 1215 1366 "tokio", 1216 - "tokio-util", 1367 + "tokio-util 0.7.8", 1217 1368 ] 1218 1369 1219 1370 [[package]] 1220 1371 name = "habitat-sup-protocol" 1221 1372 version = "0.0.0" 1222 1373 dependencies = [ 1223 - "base64 0.21.0", 1374 + "base64 0.21.2", 1224 1375 "bytes", 1225 1376 "habitat_core", 1226 1377 "lazy_static 1.4.0", 1227 - "log 0.4.17", 1378 + "log 0.4.20", 1228 1379 "prost", 1229 1380 "prost-build", 1230 1381 "rand 0.8.5", 1231 1382 "serde", 1232 1383 "tempfile", 1233 1384 "tokio", 1234 - "tokio-util", 1235 - "toml 0.5.10", 1385 + "tokio-util 0.7.8", 1386 + "toml 0.7.6", 1236 1387 ] 1237 1388 1238 1389 [[package]] ··· 1246 1397 "futures", 1247 1398 "habitat_core", 1248 1399 "habitat_http_client", 1249 - "log 0.4.17", 1400 + "log 0.4.20", 1250 1401 "pbr", 1251 1402 "percent-encoding", 1252 1403 "rand 0.8.5", 1253 - "regex 1.7.1", 1404 + "regex 1.7.3", 1254 1405 "reqwest", 1255 1406 "serde", 1256 1407 "serde_json", 1257 1408 "tee", 1258 1409 "tokio", 1259 - "tokio-util", 1410 + "tokio-util 0.7.8", 1260 1411 "url", 1261 1412 ] 1262 1413 ··· 1270 1421 "habitat_common", 1271 1422 "habitat_core", 1272 1423 "lazy_static 1.4.0", 1273 - "log 0.4.17", 1424 + "log 0.4.20", 1274 1425 "mktemp", 1275 - "parking_lot 0.12.0", 1426 + "parking_lot", 1276 1427 "prometheus", 1277 1428 "prost", 1278 1429 "prost-build", ··· 1281 1432 "serde_json", 1282 1433 "tempfile", 1283 1434 "threadpool", 1284 - "toml 0.5.10", 1435 + "toml 0.7.6", 1285 1436 "uuid 1.2.2", 1286 1437 "winapi 0.3.9", 1287 1438 "zmq", ··· 1293 1444 dependencies = [ 1294 1445 "async-trait", 1295 1446 "bimap", 1296 - "bitflags", 1447 + "bitflags 2.4.0", 1297 1448 "clap", 1298 1449 "dirs", 1299 1450 "glob", ··· 1302 1453 "handlebars 0.28.3", 1303 1454 "lazy_static 1.4.0", 1304 1455 "libc", 1305 - "log 0.4.17", 1456 + "log 0.4.20", 1306 1457 "native-tls", 1307 - "nix 0.26.2", 1458 + "nix", 1308 1459 "owning_ref", 1309 - "parking_lot 0.12.0", 1460 + "parking_lot", 1310 1461 "pbr", 1311 1462 "petgraph", 1312 - "regex 1.7.1", 1463 + "regex 1.7.3", 1313 1464 "reqwest", 1314 1465 "retry", 1315 1466 "rustls", 1316 1467 "serde", 1317 1468 "serde-transcode", 1318 1469 "serde_json", 1319 - "serde_yaml", 1470 + "serde_yaml 0.9.25", 1320 1471 "tempfile", 1321 1472 "termcolor", 1322 1473 "thiserror", 1323 1474 "tokio", 1324 - "toml 0.5.10", 1475 + "toml 0.7.6", 1325 1476 "uuid 1.2.2", 1326 1477 "valico", 1327 1478 "winapi 0.3.9", ··· 1331 1482 name = "habitat_core" 1332 1483 version = "0.0.0" 1333 1484 dependencies = [ 1334 - "base64 0.21.0", 1485 + "base64 0.21.2", 1335 1486 "blake2b_simd", 1336 1487 "caps", 1337 1488 "cc", ··· 1339 1490 "ctrlc", 1340 1491 "dirs", 1341 1492 "dns-lookup", 1342 - "errno", 1493 + "errno 0.3.2", 1343 1494 "glob", 1344 1495 "habitat_win_users", 1345 1496 "hex", 1346 1497 "lazy_static 1.4.0", 1347 1498 "libc", 1348 - "log 0.4.17", 1499 + "log 0.4.20", 1349 1500 "native-tls", 1350 - "nix 0.26.2", 1501 + "nix", 1351 1502 "num_cpus", 1352 1503 "os_info", 1353 1504 "paste", 1354 - "pem", 1505 + "pem 3.0.1", 1355 1506 "pin-project", 1356 1507 "rand 0.8.5", 1357 1508 "rcgen", 1358 - "regex 1.7.1", 1509 + "regex 1.7.3", 1359 1510 "reqwest", 1360 1511 "rustls", 1361 1512 "rustls-pemfile", ··· 1369 1520 "thiserror", 1370 1521 "tokio", 1371 1522 "tokio-rustls", 1372 - "toml 0.5.10", 1373 - "typemap", 1523 + "toml 0.7.6", 1374 1524 "url", 1375 1525 "webpki", 1376 1526 "widestring 1.0.2", ··· 1383 1533 name = "habitat_http_client" 1384 1534 version = "0.0.0" 1385 1535 dependencies = [ 1386 - "base64 0.21.0", 1536 + "base64 0.21.2", 1387 1537 "env_proxy", 1388 1538 "habitat_core", 1389 1539 "httparse", 1390 - "log 0.4.17", 1540 + "log 0.4.20", 1391 1541 "native-tls", 1392 - "pem", 1542 + "pem 3.0.1", 1393 1543 "reqwest", 1394 1544 "serde", 1395 1545 "serde_json", ··· 1402 1552 version = "0.0.0" 1403 1553 dependencies = [ 1404 1554 "anyhow", 1405 - "base64 0.21.0", 1555 + "base64 0.21.2", 1406 1556 "clap", 1407 1557 "env_logger", 1408 1558 "hab", ··· 1411 1561 "handlebars 0.29.1", 1412 1562 "lazy_static 1.4.0", 1413 1563 "linked-hash-map", 1414 - "log 0.4.17", 1564 + "log 0.4.20", 1415 1565 "rusoto_core", 1416 1566 "rusoto_credential", 1417 1567 "rusoto_ecr", ··· 1436 1586 "habitat_core", 1437 1587 "handlebars 0.29.1", 1438 1588 "lazy_static 1.4.0", 1439 - "log 0.4.17", 1589 + "log 0.4.20", 1440 1590 "mktemp", 1441 1591 "serde", 1442 1592 "serde_json", ··· 1477 1627 "hyper", 1478 1628 "lazy_static 1.4.0", 1479 1629 "libc", 1480 - "log 0.4.17", 1630 + "log 0.4.20", 1481 1631 "log4rs", 1482 - "mio 0.8.5", 1483 - "nix 0.26.2", 1632 + "mio 0.8.8", 1633 + "multimap 0.9.0", 1634 + "nix", 1484 1635 "notify", 1485 1636 "num_cpus", 1486 - "parking_lot 0.12.0", 1637 + "parking_lot", 1487 1638 "pin-project", 1488 1639 "prometheus", 1489 1640 "prost", ··· 1491 1642 "prost-types", 1492 1643 "rand 0.8.5", 1493 1644 "rants", 1494 - "regex 1.7.1", 1645 + "regex 1.7.3", 1495 1646 "reqwest", 1496 1647 "rustls", 1497 1648 "rustls-pemfile", ··· 1499 1650 "serde-transcode", 1500 1651 "serde_derive", 1501 1652 "serde_json", 1502 - "serde_yaml", 1653 + "serde_yaml 0.9.25", 1503 1654 "state", 1504 1655 "structopt", 1505 1656 "tempfile", ··· 1507 1658 "thiserror", 1508 1659 "tokio", 1509 1660 "tokio-rustls", 1510 - "tokio-util", 1511 - "toml 0.5.10", 1661 + "tokio-util 0.7.8", 1662 + "toml 0.7.6", 1512 1663 "url", 1513 1664 "uuid 1.2.2", 1514 1665 "valico", ··· 1520 1671 version = "0.0.0" 1521 1672 dependencies = [ 1522 1673 "cc", 1523 - "log 0.4.17", 1674 + "log 0.4.20", 1524 1675 "widestring 1.0.2", 1525 1676 "winapi 0.3.9", 1526 1677 ] ··· 1557 1708 1558 1709 [[package]] 1559 1710 name = "hashbrown" 1560 - version = "0.11.2" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 1563 - 1564 - [[package]] 1565 - name = "hashbrown" 1566 1711 version = "0.12.3" 1567 1712 source = "registry+https://github.com/rust-lang/crates.io-index" 1568 1713 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1569 1714 dependencies = [ 1570 1715 "ahash", 1571 1716 ] 1717 + 1718 + [[package]] 1719 + name = "hashbrown" 1720 + version = "0.14.0" 1721 + source = "registry+https://github.com/rust-lang/crates.io-index" 1722 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 1572 1723 1573 1724 [[package]] 1574 1725 name = "heck" ··· 1596 1747 1597 1748 [[package]] 1598 1749 name = "hermit-abi" 1599 - version = "0.2.6" 1750 + version = "0.3.2" 1600 1751 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1602 - dependencies = [ 1603 - "libc", 1604 - ] 1752 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 1605 1753 1606 1754 [[package]] 1607 1755 name = "hex" ··· 1661 1809 1662 1810 [[package]] 1663 1811 name = "hyper" 1664 - version = "0.14.20" 1812 + version = "0.14.27" 1665 1813 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1814 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 1667 1815 dependencies = [ 1668 1816 "bytes", 1669 1817 "futures-channel", ··· 1676 1824 "httpdate", 1677 1825 "itoa 1.0.1", 1678 1826 "pin-project-lite", 1679 - "socket2", 1827 + "socket2 0.4.9", 1680 1828 "tokio", 1681 1829 "tower-service", 1682 1830 "tracing", ··· 1697 1845 ] 1698 1846 1699 1847 [[package]] 1700 - name = "idna" 1701 - version = "0.2.3" 1848 + name = "iana-time-zone" 1849 + version = "0.1.53" 1702 1850 source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1851 + checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 1704 1852 dependencies = [ 1705 - "matches", 1706 - "unicode-bidi", 1707 - "unicode-normalization", 1853 + "android_system_properties", 1854 + "core-foundation-sys", 1855 + "iana-time-zone-haiku", 1856 + "js-sys", 1857 + "wasm-bindgen", 1858 + "winapi 0.3.9", 1859 + ] 1860 + 1861 + [[package]] 1862 + name = "iana-time-zone-haiku" 1863 + version = "0.1.1" 1864 + source = "registry+https://github.com/rust-lang/crates.io-index" 1865 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1866 + dependencies = [ 1867 + "cxx", 1868 + "cxx-build", 1708 1869 ] 1709 1870 1710 1871 [[package]] 1711 1872 name = "idna" 1712 - version = "0.3.0" 1873 + version = "0.4.0" 1713 1874 source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1875 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1715 1876 dependencies = [ 1716 1877 "unicode-bidi", 1717 1878 "unicode-normalization", ··· 1719 1880 1720 1881 [[package]] 1721 1882 name = "indexmap" 1722 - version = "1.7.0" 1883 + version = "1.9.2" 1723 1884 source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" 1885 + checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 1725 1886 dependencies = [ 1726 1887 "autocfg", 1727 - "hashbrown 0.11.2", 1888 + "hashbrown 0.12.3", 1889 + ] 1890 + 1891 + [[package]] 1892 + name = "indexmap" 1893 + version = "2.0.0" 1894 + source = "registry+https://github.com/rust-lang/crates.io-index" 1895 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 1896 + dependencies = [ 1897 + "equivalent", 1898 + "hashbrown 0.14.0", 1728 1899 ] 1729 1900 1730 1901 [[package]] 1731 1902 name = "inotify" 1732 - version = "0.7.1" 1903 + version = "0.9.6" 1733 1904 source = "registry+https://github.com/rust-lang/crates.io-index" 1734 - checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 1905 + checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 1735 1906 dependencies = [ 1736 - "bitflags", 1907 + "bitflags 1.3.2", 1737 1908 "inotify-sys", 1738 1909 "libc", 1739 1910 ] ··· 1748 1919 ] 1749 1920 1750 1921 [[package]] 1751 - name = "instant" 1752 - version = "0.1.10" 1922 + name = "io-lifetimes" 1923 + version = "1.0.11" 1753 1924 source = "registry+https://github.com/rust-lang/crates.io-index" 1754 - checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" 1925 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1755 1926 dependencies = [ 1756 - "cfg-if 1.0.0", 1927 + "hermit-abi 0.3.2", 1928 + "libc", 1929 + "windows-sys 0.48.0", 1757 1930 ] 1758 1931 1759 1932 [[package]] ··· 1789 1962 version = "2.3.1" 1790 1963 source = "registry+https://github.com/rust-lang/crates.io-index" 1791 1964 checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 1965 + 1966 + [[package]] 1967 + name = "is-terminal" 1968 + version = "0.4.4" 1969 + source = "registry+https://github.com/rust-lang/crates.io-index" 1970 + checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" 1971 + dependencies = [ 1972 + "hermit-abi 0.3.2", 1973 + "io-lifetimes", 1974 + "rustix 0.36.8", 1975 + "windows-sys 0.45.0", 1976 + ] 1792 1977 1793 1978 [[package]] 1794 1979 name = "itertools" ··· 1850 2035 ] 1851 2036 1852 2037 [[package]] 2038 + name = "kqueue" 2039 + version = "1.0.7" 2040 + source = "registry+https://github.com/rust-lang/crates.io-index" 2041 + checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 2042 + dependencies = [ 2043 + "kqueue-sys", 2044 + "libc", 2045 + ] 2046 + 2047 + [[package]] 2048 + name = "kqueue-sys" 2049 + version = "1.0.3" 2050 + source = "registry+https://github.com/rust-lang/crates.io-index" 2051 + checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 2052 + dependencies = [ 2053 + "bitflags 1.3.2", 2054 + "libc", 2055 + ] 2056 + 2057 + [[package]] 1853 2058 name = "language-tags" 1854 2059 version = "0.3.2" 1855 2060 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1868 2073 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1869 2074 1870 2075 [[package]] 1871 - name = "lazycell" 1872 - version = "1.3.0" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1875 - 1876 - [[package]] 1877 2076 name = "libc" 1878 - version = "0.2.139" 2077 + version = "0.2.147" 1879 2078 source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 2079 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 1881 2080 1882 2081 [[package]] 1883 2082 name = "libsodium-sys" ··· 1892 2091 ] 1893 2092 1894 2093 [[package]] 2094 + name = "link-cplusplus" 2095 + version = "1.0.8" 2096 + source = "registry+https://github.com/rust-lang/crates.io-index" 2097 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 2098 + dependencies = [ 2099 + "cc", 2100 + ] 2101 + 2102 + [[package]] 1895 2103 name = "linked-hash-map" 1896 2104 version = "0.5.6" 1897 2105 source = "registry+https://github.com/rust-lang/crates.io-index" 1898 2106 checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1899 2107 1900 2108 [[package]] 2109 + name = "linux-raw-sys" 2110 + version = "0.1.4" 2111 + source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 2113 + 2114 + [[package]] 2115 + name = "linux-raw-sys" 2116 + version = "0.4.3" 2117 + source = "registry+https://github.com/rust-lang/crates.io-index" 2118 + checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 2119 + 2120 + [[package]] 1901 2121 name = "local-channel" 1902 2122 version = "0.1.2" 1903 2123 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1930 2150 source = "registry+https://github.com/rust-lang/crates.io-index" 1931 2151 checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 1932 2152 dependencies = [ 1933 - "log 0.4.17", 2153 + "log 0.4.20", 1934 2154 ] 1935 2155 1936 2156 [[package]] 1937 2157 name = "log" 1938 - version = "0.4.17" 2158 + version = "0.4.20" 1939 2159 source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2160 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1941 2161 dependencies = [ 1942 - "cfg-if 1.0.0", 1943 2162 "serde", 1944 2163 ] 1945 2164 ··· 1951 2170 1952 2171 [[package]] 1953 2172 name = "log4rs" 1954 - version = "1.1.1" 2173 + version = "1.2.0" 1955 2174 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "893eaf59f4bef8e2e94302adf56385db445a0306b9823582b0b8d5a06d8822f3" 2175 + checksum = "d36ca1786d9e79b8193a68d480a0907b612f109537115c6ff655a3a1967533fd" 1957 2176 dependencies = [ 1958 2177 "anyhow", 1959 2178 "arc-swap", ··· 1962 2181 "fnv", 1963 2182 "humantime", 1964 2183 "libc", 1965 - "log 0.4.17", 2184 + "log 0.4.20", 1966 2185 "log-mdc", 1967 - "parking_lot 0.12.0", 2186 + "parking_lot", 1968 2187 "serde", 1969 2188 "serde-value", 1970 2189 "serde_json", 1971 - "serde_yaml", 2190 + "serde_yaml 0.8.26", 1972 2191 "thiserror", 1973 2192 "thread-id", 1974 - "typemap", 2193 + "typemap-ors", 1975 2194 "winapi 0.3.9", 1976 2195 ] 1977 2196 ··· 2000 2219 ] 2001 2220 2002 2221 [[package]] 2003 - name = "matches" 2004 - version = "0.1.8" 2005 - source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 2007 - 2008 - [[package]] 2009 2222 name = "maybe-uninit" 2010 2223 version = "2.0.0" 2011 2224 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2081 2294 2082 2295 [[package]] 2083 2296 name = "miniz_oxide" 2084 - version = "0.6.2" 2297 + version = "0.7.1" 2085 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2086 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 2299 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2087 2300 dependencies = [ 2088 2301 "adler", 2089 2302 ] ··· 2100 2313 "iovec", 2101 2314 "kernel32-sys", 2102 2315 "libc", 2103 - "log 0.4.17", 2316 + "log 0.4.20", 2104 2317 "miow", 2105 2318 "net2", 2106 2319 "slab", ··· 2109 2322 2110 2323 [[package]] 2111 2324 name = "mio" 2112 - version = "0.8.5" 2325 + version = "0.8.8" 2113 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 2327 + checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" 2115 2328 dependencies = [ 2116 2329 "libc", 2117 - "log 0.4.17", 2330 + "log 0.4.20", 2118 2331 "wasi 0.11.0+wasi-snapshot-preview1", 2119 - "windows-sys 0.42.0", 2120 - ] 2121 - 2122 - [[package]] 2123 - name = "mio-extras" 2124 - version = "2.0.6" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 2127 - dependencies = [ 2128 - "lazycell", 2129 - "log 0.4.17", 2130 - "mio 0.6.23", 2131 - "slab", 2332 + "windows-sys 0.48.0", 2132 2333 ] 2133 2334 2134 2335 [[package]] ··· 2159 2360 checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 2160 2361 2161 2362 [[package]] 2363 + name = "multimap" 2364 + version = "0.9.0" 2365 + source = "registry+https://github.com/rust-lang/crates.io-index" 2366 + checksum = "70db9248a93dc36a36d9a47898caa007a32755c7ad140ec64eeeb50d5a730631" 2367 + dependencies = [ 2368 + "serde", 2369 + ] 2370 + 2371 + [[package]] 2162 2372 name = "native-tls" 2163 - version = "0.2.10" 2373 + version = "0.2.11" 2164 2374 source = "registry+https://github.com/rust-lang/crates.io-index" 2165 - checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2375 + checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2166 2376 dependencies = [ 2167 2377 "lazy_static 1.4.0", 2168 2378 "libc", 2169 - "log 0.4.17", 2379 + "log 0.4.20", 2170 2380 "openssl", 2171 2381 "openssl-probe", 2172 2382 "openssl-sys", ··· 2189 2399 2190 2400 [[package]] 2191 2401 name = "nix" 2192 - version = "0.25.0" 2193 - source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb" 2195 - dependencies = [ 2196 - "autocfg", 2197 - "bitflags", 2198 - "cfg-if 1.0.0", 2199 - "libc", 2200 - ] 2201 - 2202 - [[package]] 2203 - name = "nix" 2204 2402 version = "0.26.2" 2205 2403 source = "registry+https://github.com/rust-lang/crates.io-index" 2206 2404 checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 2207 2405 dependencies = [ 2208 - "bitflags", 2406 + "bitflags 1.3.2", 2209 2407 "cfg-if 1.0.0", 2210 2408 "libc", 2211 2409 "memoffset 0.7.1", ··· 2225 2423 2226 2424 [[package]] 2227 2425 name = "notify" 2228 - version = "4.0.17" 2426 + version = "6.1.1" 2229 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 2428 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2231 2429 dependencies = [ 2232 - "bitflags", 2430 + "bitflags 2.4.0", 2431 + "crossbeam-channel 0.5.8", 2233 2432 "filetime", 2234 - "fsevent", 2235 2433 "fsevent-sys", 2236 2434 "inotify", 2435 + "kqueue", 2237 2436 "libc", 2238 - "mio 0.6.23", 2239 - "mio-extras", 2437 + "log 0.4.20", 2438 + "mio 0.8.8", 2240 2439 "walkdir", 2241 - "winapi 0.3.9", 2242 - ] 2243 - 2244 - [[package]] 2245 - name = "num-integer" 2246 - version = "0.1.44" 2247 - source = "registry+https://github.com/rust-lang/crates.io-index" 2248 - checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 2249 - dependencies = [ 2250 - "autocfg", 2251 - "num-traits", 2440 + "windows-sys 0.48.0", 2252 2441 ] 2253 2442 2254 2443 [[package]] ··· 2262 2451 2263 2452 [[package]] 2264 2453 name = "num_cpus" 2265 - version = "1.15.0" 2454 + version = "1.16.0" 2266 2455 source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 2456 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2268 2457 dependencies = [ 2269 - "hermit-abi 0.2.6", 2458 + "hermit-abi 0.3.2", 2270 2459 "libc", 2271 2460 ] 2272 2461 ··· 2302 2491 2303 2492 [[package]] 2304 2493 name = "openssl" 2305 - version = "0.10.35" 2494 + version = "0.10.55" 2306 2495 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885" 2496 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 2308 2497 dependencies = [ 2309 - "bitflags", 2498 + "bitflags 1.3.2", 2310 2499 "cfg-if 1.0.0", 2311 2500 "foreign-types", 2312 2501 "libc", 2313 2502 "once_cell", 2503 + "openssl-macros", 2314 2504 "openssl-sys", 2315 2505 ] 2316 2506 2317 2507 [[package]] 2508 + name = "openssl-macros" 2509 + version = "0.1.0" 2510 + source = "registry+https://github.com/rust-lang/crates.io-index" 2511 + checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 2512 + dependencies = [ 2513 + "proc-macro2", 2514 + "quote", 2515 + "syn 1.0.104", 2516 + ] 2517 + 2518 + [[package]] 2318 2519 name = "openssl-probe" 2319 2520 version = "0.1.4" 2320 2521 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2322 2523 2323 2524 [[package]] 2324 2525 name = "openssl-src" 2325 - version = "111.22.0+1.1.1q" 2526 + version = "111.25.0+1.1.1t" 2326 2527 source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" 2528 + checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" 2328 2529 dependencies = [ 2329 2530 "cc", 2330 2531 ] 2331 2532 2332 2533 [[package]] 2333 2534 name = "openssl-sys" 2334 - version = "0.9.65" 2535 + version = "0.9.90" 2335 2536 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d" 2537 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 2337 2538 dependencies = [ 2338 - "autocfg", 2339 2539 "cc", 2340 2540 "libc", 2341 2541 "openssl-src", ··· 2344 2544 ] 2345 2545 2346 2546 [[package]] 2547 + name = "option-ext" 2548 + version = "0.2.0" 2549 + source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2551 + 2552 + [[package]] 2347 2553 name = "ordered-float" 2348 2554 version = "2.7.0" 2349 2555 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2354 2560 2355 2561 [[package]] 2356 2562 name = "os_info" 2357 - version = "3.0.6" 2563 + version = "3.7.0" 2358 2564 source = "registry+https://github.com/rust-lang/crates.io-index" 2359 - checksum = "b3d2536ab8ff7605e8dc7044ec2f3eb0d49750cb559af9e5373c4564a3706cdd" 2565 + checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" 2360 2566 dependencies = [ 2361 - "log 0.4.17", 2567 + "log 0.4.20", 2362 2568 "serde", 2363 2569 "winapi 0.3.9", 2364 2570 ] ··· 2374 2580 2375 2581 [[package]] 2376 2582 name = "parking_lot" 2377 - version = "0.11.2" 2378 - source = "registry+https://github.com/rust-lang/crates.io-index" 2379 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2380 - dependencies = [ 2381 - "instant", 2382 - "lock_api", 2383 - "parking_lot_core 0.8.5", 2384 - ] 2385 - 2386 - [[package]] 2387 - name = "parking_lot" 2388 - version = "0.12.0" 2583 + version = "0.12.1" 2389 2584 source = "registry+https://github.com/rust-lang/crates.io-index" 2390 - checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" 2585 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2391 2586 dependencies = [ 2392 2587 "lock_api", 2393 - "parking_lot_core 0.9.2", 2394 - ] 2395 - 2396 - [[package]] 2397 - name = "parking_lot_core" 2398 - version = "0.8.5" 2399 - source = "registry+https://github.com/rust-lang/crates.io-index" 2400 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 2401 - dependencies = [ 2402 - "cfg-if 1.0.0", 2403 - "instant", 2404 - "libc", 2405 - "redox_syscall", 2406 - "smallvec", 2407 - "winapi 0.3.9", 2588 + "parking_lot_core", 2408 2589 ] 2409 2590 2410 2591 [[package]] ··· 2417 2598 "cfg-if 1.0.0", 2418 2599 "libc", 2419 2600 "petgraph", 2420 - "redox_syscall", 2601 + "redox_syscall 0.2.10", 2421 2602 "smallvec", 2422 2603 "thread-id", 2423 2604 "windows-sys 0.34.0", ··· 2425 2606 2426 2607 [[package]] 2427 2608 name = "paste" 2428 - version = "1.0.11" 2609 + version = "1.0.14" 2429 2610 source = "registry+https://github.com/rust-lang/crates.io-index" 2430 - checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" 2611 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2431 2612 2432 2613 [[package]] 2433 2614 name = "pbr" 2434 - version = "1.0.4" 2615 + version = "1.1.1" 2435 2616 source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "ff5751d87f7c00ae6403eb1fcbba229b9c76c9a30de8c1cf87182177b168cea2" 2617 + checksum = "ed5827dfa0d69b6c92493d6c38e633bbaa5937c153d0d7c28bf12313f8c6d514" 2437 2618 dependencies = [ 2438 - "crossbeam-channel 0.5.1", 2619 + "crossbeam-channel 0.5.8", 2439 2620 "libc", 2440 - "time 0.1.43", 2441 2621 "winapi 0.3.9", 2442 2622 ] 2443 2623 2444 2624 [[package]] 2445 2625 name = "pem" 2446 - version = "1.1.1" 2626 + version = "2.0.1" 2447 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 2628 + checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" 2449 2629 dependencies = [ 2450 - "base64 0.13.1", 2630 + "base64 0.21.2", 2631 + "serde", 2632 + ] 2633 + 2634 + [[package]] 2635 + name = "pem" 2636 + version = "3.0.1" 2637 + source = "registry+https://github.com/rust-lang/crates.io-index" 2638 + checksum = "ed3127afbfc30b4cad60c34aeb741fb562a808642b81142bcf4afb73142da960" 2639 + dependencies = [ 2640 + "base64 0.21.2", 2641 + "serde", 2451 2642 ] 2452 2643 2453 2644 [[package]] 2454 2645 name = "percent-encoding" 2455 - version = "2.2.0" 2646 + version = "2.3.0" 2456 2647 source = "registry+https://github.com/rust-lang/crates.io-index" 2457 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2648 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 2458 2649 2459 2650 [[package]] 2460 2651 name = "pest" ··· 2473 2664 2474 2665 [[package]] 2475 2666 name = "petgraph" 2476 - version = "0.6.2" 2667 + version = "0.6.4" 2477 2668 source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" 2669 + checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 2479 2670 dependencies = [ 2480 2671 "fixedbitset", 2481 - "indexmap", 2672 + "indexmap 2.0.0", 2482 2673 ] 2483 2674 2484 2675 [[package]] 2485 2676 name = "phf" 2486 - version = "0.8.0" 2677 + version = "0.11.1" 2487 2678 source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2679 + checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 2489 2680 dependencies = [ 2490 2681 "phf_shared", 2491 2682 ] 2492 2683 2493 2684 [[package]] 2494 2685 name = "phf_codegen" 2495 - version = "0.8.0" 2686 + version = "0.11.1" 2496 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2497 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2688 + checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 2498 2689 dependencies = [ 2499 2690 "phf_generator", 2500 2691 "phf_shared", ··· 2502 2693 2503 2694 [[package]] 2504 2695 name = "phf_generator" 2505 - version = "0.8.0" 2696 + version = "0.11.1" 2506 2697 source = "registry+https://github.com/rust-lang/crates.io-index" 2507 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2698 + checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 2508 2699 dependencies = [ 2509 2700 "phf_shared", 2510 - "rand 0.7.3", 2701 + "rand 0.8.5", 2511 2702 ] 2512 2703 2513 2704 [[package]] 2514 2705 name = "phf_shared" 2515 - version = "0.8.0" 2706 + version = "0.11.1" 2516 2707 source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 2708 + checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 2518 2709 dependencies = [ 2519 2710 "siphasher", 2520 2711 ] 2521 2712 2522 2713 [[package]] 2523 2714 name = "pin-project" 2524 - version = "1.0.12" 2715 + version = "1.1.3" 2525 2716 source = "registry+https://github.com/rust-lang/crates.io-index" 2526 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 2717 + checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 2527 2718 dependencies = [ 2528 2719 "pin-project-internal", 2529 2720 ] 2530 2721 2531 2722 [[package]] 2532 2723 name = "pin-project-internal" 2533 - version = "1.0.12" 2724 + version = "1.1.3" 2534 2725 source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 2726 + checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 2536 2727 dependencies = [ 2537 2728 "proc-macro2", 2538 2729 "quote", 2539 - "syn", 2730 + "syn 2.0.28", 2540 2731 ] 2541 2732 2542 2733 [[package]] 2543 2734 name = "pin-project-lite" 2544 - version = "0.2.7" 2735 + version = "0.2.12" 2545 2736 source = "registry+https://github.com/rust-lang/crates.io-index" 2546 - checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 2737 + checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" 2547 2738 2548 2739 [[package]] 2549 2740 name = "pin-utils" ··· 2564 2755 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" 2565 2756 2566 2757 [[package]] 2758 + name = "prettyplease" 2759 + version = "0.1.23" 2760 + source = "registry+https://github.com/rust-lang/crates.io-index" 2761 + checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78" 2762 + dependencies = [ 2763 + "proc-macro2", 2764 + "syn 1.0.104", 2765 + ] 2766 + 2767 + [[package]] 2567 2768 name = "proc-macro-error" 2568 2769 version = "1.0.4" 2569 2770 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2572 2773 "proc-macro-error-attr", 2573 2774 "proc-macro2", 2574 2775 "quote", 2575 - "syn", 2776 + "syn 1.0.104", 2576 2777 "version_check", 2577 2778 ] 2578 2779 ··· 2589 2790 2590 2791 [[package]] 2591 2792 name = "proc-macro2" 2592 - version = "1.0.47" 2793 + version = "1.0.63" 2593 2794 source = "registry+https://github.com/rust-lang/crates.io-index" 2594 - checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 2795 + checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" 2595 2796 dependencies = [ 2596 2797 "unicode-ident", 2597 2798 ] ··· 2604 2805 dependencies = [ 2605 2806 "proc-macro2", 2606 2807 "quote", 2607 - "syn", 2808 + "syn 1.0.104", 2608 2809 ] 2609 2810 2610 2811 [[package]] 2611 2812 name = "prometheus" 2612 - version = "0.12.0" 2813 + version = "0.13.3" 2613 2814 source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" 2815 + checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" 2615 2816 dependencies = [ 2616 2817 "cfg-if 1.0.0", 2617 2818 "fnv", 2618 2819 "lazy_static 1.4.0", 2619 2820 "memchr", 2620 - "parking_lot 0.11.2", 2821 + "parking_lot", 2621 2822 "protobuf", 2622 2823 "thiserror", 2623 2824 ] 2624 2825 2625 2826 [[package]] 2626 2827 name = "prost" 2627 - version = "0.11.6" 2828 + version = "0.11.9" 2628 2829 source = "registry+https://github.com/rust-lang/crates.io-index" 2629 - checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698" 2830 + checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 2630 2831 dependencies = [ 2631 2832 "bytes", 2632 2833 "prost-derive", ··· 2634 2835 2635 2836 [[package]] 2636 2837 name = "prost-build" 2637 - version = "0.11.1" 2838 + version = "0.11.9" 2638 2839 source = "registry+https://github.com/rust-lang/crates.io-index" 2639 - checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb" 2840 + checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 2640 2841 dependencies = [ 2641 2842 "bytes", 2642 2843 "heck 0.4.0", 2643 2844 "itertools", 2644 2845 "lazy_static 1.4.0", 2645 - "log 0.4.17", 2646 - "multimap", 2846 + "log 0.4.20", 2847 + "multimap 0.8.3", 2647 2848 "petgraph", 2849 + "prettyplease", 2648 2850 "prost", 2649 2851 "prost-types", 2650 - "regex 1.7.1", 2852 + "regex 1.7.3", 2853 + "syn 1.0.104", 2651 2854 "tempfile", 2652 2855 "which", 2653 2856 ] 2654 2857 2655 2858 [[package]] 2656 2859 name = "prost-derive" 2657 - version = "0.11.6" 2860 + version = "0.11.9" 2658 2861 source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d" 2862 + checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 2660 2863 dependencies = [ 2661 2864 "anyhow", 2662 2865 "itertools", 2663 2866 "proc-macro2", 2664 2867 "quote", 2665 - "syn", 2868 + "syn 1.0.104", 2666 2869 ] 2667 2870 2668 2871 [[package]] 2669 2872 name = "prost-types" 2670 - version = "0.11.6" 2873 + version = "0.11.9" 2671 2874 source = "registry+https://github.com/rust-lang/crates.io-index" 2672 - checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788" 2875 + checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 2673 2876 dependencies = [ 2674 - "bytes", 2675 2877 "prost", 2676 2878 ] 2677 2879 ··· 2682 2884 checksum = "020f86b07722c5c4291f7c723eac4676b3892d47d9a7708dc2779696407f039b" 2683 2885 2684 2886 [[package]] 2685 - name = "publicsuffix" 2686 - version = "1.5.6" 2887 + name = "psl" 2888 + version = "2.1.3" 2687 2889 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 - checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f" 2890 + checksum = "2ac31add97d7c393248c273c9f862bcfd396e870db1ff5dec63e0e707db82ae4" 2689 2891 dependencies = [ 2690 - "idna 0.2.3", 2691 - "url", 2892 + "psl-types", 2692 2893 ] 2693 2894 2694 2895 [[package]] 2896 + name = "psl-types" 2897 + version = "2.0.11" 2898 + source = "registry+https://github.com/rust-lang/crates.io-index" 2899 + checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 2900 + 2901 + [[package]] 2695 2902 name = "quick-error" 2696 2903 version = "1.2.3" 2697 2904 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2699 2906 2700 2907 [[package]] 2701 2908 name = "quote" 2702 - version = "1.0.9" 2909 + version = "1.0.29" 2703 2910 source = "registry+https://github.com/rust-lang/crates.io-index" 2704 - checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 2911 + checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" 2705 2912 dependencies = [ 2706 2913 "proc-macro2", 2707 2914 ] ··· 2717 2924 "rand_chacha 0.2.2", 2718 2925 "rand_core 0.5.1", 2719 2926 "rand_hc", 2720 - "rand_pcg", 2721 2927 ] 2722 2928 2723 2929 [[package]] ··· 2779 2985 ] 2780 2986 2781 2987 [[package]] 2782 - name = "rand_pcg" 2783 - version = "0.2.1" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2786 - dependencies = [ 2787 - "rand_core 0.5.1", 2788 - ] 2789 - 2790 - [[package]] 2791 2988 name = "rants" 2792 2989 version = "0.6.0" 2793 2990 source = "git+https://github.com/habitat-sh/rants.git#7fd1434ecaaf9af743ccab1840034f5d71329935" 2794 2991 dependencies = [ 2795 2992 "bytes", 2796 2993 "futures", 2797 - "log 0.4.17", 2994 + "log 0.4.20", 2798 2995 "native-tls", 2799 2996 "nom", 2800 2997 "owning_ref", ··· 2805 3002 "tokio", 2806 3003 "tokio-native-tls", 2807 3004 "tokio-stream", 2808 - "tokio-util", 3005 + "tokio-util 0.7.8", 2809 3006 "uuid 1.2.2", 2810 3007 ] 2811 3008 2812 3009 [[package]] 2813 3010 name = "rcgen" 2814 - version = "0.9.3" 3011 + version = "0.11.1" 2815 3012 source = "registry+https://github.com/rust-lang/crates.io-index" 2816 - checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" 3013 + checksum = "4954fbc00dcd4d8282c987710e50ba513d351400dbdd00e803a05172a90d8976" 2817 3014 dependencies = [ 2818 - "pem", 3015 + "pem 2.0.1", 2819 3016 "ring", 2820 3017 "time 0.3.11", 2821 3018 "yasna", ··· 2827 3024 source = "registry+https://github.com/rust-lang/crates.io-index" 2828 3025 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 2829 3026 dependencies = [ 2830 - "bitflags", 3027 + "bitflags 1.3.2", 3028 + ] 3029 + 3030 + [[package]] 3031 + name = "redox_syscall" 3032 + version = "0.3.5" 3033 + source = "registry+https://github.com/rust-lang/crates.io-index" 3034 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 3035 + dependencies = [ 3036 + "bitflags 1.3.2", 2831 3037 ] 2832 3038 2833 3039 [[package]] ··· 2837 3043 checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" 2838 3044 dependencies = [ 2839 3045 "getrandom 0.2.3", 2840 - "redox_syscall", 3046 + "redox_syscall 0.2.10", 2841 3047 ] 2842 3048 2843 3049 [[package]] ··· 2855 3061 2856 3062 [[package]] 2857 3063 name = "regex" 2858 - version = "1.7.1" 3064 + version = "1.7.3" 2859 3065 source = "registry+https://github.com/rust-lang/crates.io-index" 2860 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 3066 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 2861 3067 dependencies = [ 2862 3068 "aho-corasick 0.7.18", 2863 3069 "memchr", 2864 - "regex-syntax 0.6.27", 3070 + "regex-syntax 0.6.29", 2865 3071 ] 2866 3072 2867 3073 [[package]] ··· 2875 3081 2876 3082 [[package]] 2877 3083 name = "regex-syntax" 2878 - version = "0.6.27" 2879 - source = "registry+https://github.com/rust-lang/crates.io-index" 2880 - checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 2881 - 2882 - [[package]] 2883 - name = "remove_dir_all" 2884 - version = "0.5.3" 3084 + version = "0.6.29" 2885 3085 source = "registry+https://github.com/rust-lang/crates.io-index" 2886 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2887 - dependencies = [ 2888 - "winapi 0.3.9", 2889 - ] 3086 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2890 3087 2891 3088 [[package]] 2892 3089 name = "reqwest" 2893 - version = "0.11.4" 3090 + version = "0.11.9" 2894 3091 source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" 3092 + checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525" 2896 3093 dependencies = [ 2897 3094 "base64 0.13.1", 2898 3095 "bytes", 2899 3096 "encoding_rs", 2900 3097 "futures-core", 2901 3098 "futures-util", 3099 + "h2", 2902 3100 "http", 2903 3101 "http-body", 2904 3102 "hyper", ··· 2906 3104 "ipnet", 2907 3105 "js-sys", 2908 3106 "lazy_static 1.4.0", 2909 - "log 0.4.17", 3107 + "log 0.4.20", 2910 3108 "mime", 2911 3109 "native-tls", 2912 3110 "percent-encoding", ··· 2916 3114 "serde_urlencoded", 2917 3115 "tokio", 2918 3116 "tokio-native-tls", 3117 + "tokio-util 0.6.10", 2919 3118 "url", 2920 3119 "wasm-bindgen", 2921 3120 "wasm-bindgen-futures", ··· 2949 3148 2950 3149 [[package]] 2951 3150 name = "rusoto_core" 2952 - version = "0.47.0" 3151 + version = "0.48.0" 2953 3152 source = "registry+https://github.com/rust-lang/crates.io-index" 2954 - checksum = "5b4f000e8934c1b4f70adde180056812e7ea6b1a247952db8ee98c94cd3116cc" 3153 + checksum = "1db30db44ea73551326269adcf7a2169428a054f14faf9e1768f2163494f2fa2" 2955 3154 dependencies = [ 2956 3155 "async-trait", 2957 3156 "base64 0.13.1", ··· 2962 3161 "hyper", 2963 3162 "hyper-tls", 2964 3163 "lazy_static 1.4.0", 2965 - "log 0.4.17", 3164 + "log 0.4.20", 2966 3165 "rusoto_credential", 2967 3166 "rusoto_signature", 2968 3167 "rustc_version 0.4.0", ··· 2974 3173 2975 3174 [[package]] 2976 3175 name = "rusoto_credential" 2977 - version = "0.47.0" 3176 + version = "0.48.0" 2978 3177 source = "registry+https://github.com/rust-lang/crates.io-index" 2979 - checksum = "6a46b67db7bb66f5541e44db22b0a02fed59c9603e146db3a9e633272d3bac2f" 3178 + checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05" 2980 3179 dependencies = [ 2981 3180 "async-trait", 2982 3181 "chrono", ··· 2992 3191 2993 3192 [[package]] 2994 3193 name = "rusoto_ecr" 2995 - version = "0.47.0" 3194 + version = "0.48.0" 2996 3195 source = "registry+https://github.com/rust-lang/crates.io-index" 2997 - checksum = "93ec4a28e4fb276307c2129abb16cf7d5573da4ec24d9e3895cc5c8a8bc21a4d" 3196 + checksum = "f2acfd092a618d37dbfb6f42e519c6e530a11115859a3e1f03d1daf8cc648d09" 2998 3197 dependencies = [ 2999 3198 "async-trait", 3000 3199 "bytes", ··· 3006 3205 3007 3206 [[package]] 3008 3207 name = "rusoto_signature" 3009 - version = "0.47.0" 3208 + version = "0.48.0" 3010 3209 source = "registry+https://github.com/rust-lang/crates.io-index" 3011 - checksum = "6264e93384b90a747758bcc82079711eacf2e755c3a8b5091687b5349d870bcc" 3210 + checksum = "a5ae95491c8b4847931e291b151127eccd6ff8ca13f33603eb3d0035ecb05272" 3012 3211 dependencies = [ 3013 3212 "base64 0.13.1", 3014 3213 "bytes", ··· 3019 3218 "hmac", 3020 3219 "http", 3021 3220 "hyper", 3022 - "log 0.4.17", 3221 + "log 0.4.20", 3023 3222 "md-5", 3024 3223 "percent-encoding", 3025 3224 "pin-project-lite", ··· 3051 3250 source = "registry+https://github.com/rust-lang/crates.io-index" 3052 3251 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3053 3252 dependencies = [ 3054 - "semver 1.0.16", 3253 + "semver 1.0.18", 3254 + ] 3255 + 3256 + [[package]] 3257 + name = "rustix" 3258 + version = "0.36.8" 3259 + source = "registry+https://github.com/rust-lang/crates.io-index" 3260 + checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 3261 + dependencies = [ 3262 + "bitflags 1.3.2", 3263 + "errno 0.2.8", 3264 + "io-lifetimes", 3265 + "libc", 3266 + "linux-raw-sys 0.1.4", 3267 + "windows-sys 0.45.0", 3268 + ] 3269 + 3270 + [[package]] 3271 + name = "rustix" 3272 + version = "0.38.4" 3273 + source = "registry+https://github.com/rust-lang/crates.io-index" 3274 + checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 3275 + dependencies = [ 3276 + "bitflags 2.4.0", 3277 + "errno 0.3.2", 3278 + "libc", 3279 + "linux-raw-sys 0.4.3", 3280 + "windows-sys 0.48.0", 3055 3281 ] 3056 3282 3057 3283 [[package]] 3058 3284 name = "rustls" 3059 - version = "0.20.6" 3285 + version = "0.20.8" 3060 3286 source = "registry+https://github.com/rust-lang/crates.io-index" 3061 - checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3287 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 3062 3288 dependencies = [ 3063 - "log 0.4.17", 3289 + "log 0.4.20", 3064 3290 "ring", 3065 3291 "sct", 3066 3292 "webpki", ··· 3068 3294 3069 3295 [[package]] 3070 3296 name = "rustls-pemfile" 3071 - version = "1.0.2" 3297 + version = "1.0.3" 3072 3298 source = "registry+https://github.com/rust-lang/crates.io-index" 3073 - checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 3299 + checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 3074 3300 dependencies = [ 3075 - "base64 0.21.0", 3301 + "base64 0.21.2", 3076 3302 ] 3077 3303 3078 3304 [[package]] ··· 3119 3345 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3120 3346 3121 3347 [[package]] 3348 + name = "scratch" 3349 + version = "1.0.5" 3350 + source = "registry+https://github.com/rust-lang/crates.io-index" 3351 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 3352 + 3353 + [[package]] 3122 3354 name = "sct" 3123 3355 version = "0.7.0" 3124 3356 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3134 3366 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 3367 checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" 3136 3368 dependencies = [ 3137 - "bitflags", 3369 + "bitflags 1.3.2", 3138 3370 "core-foundation", 3139 3371 "core-foundation-sys", 3140 3372 "libc", ··· 3162 3394 3163 3395 [[package]] 3164 3396 name = "semver" 3165 - version = "1.0.16" 3397 + version = "1.0.18" 3166 3398 source = "registry+https://github.com/rust-lang/crates.io-index" 3167 - checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 3399 + checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 3168 3400 3169 3401 [[package]] 3170 3402 name = "semver-parser" ··· 3177 3409 3178 3410 [[package]] 3179 3411 name = "serde" 3180 - version = "1.0.152" 3412 + version = "1.0.185" 3181 3413 source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 3414 + checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" 3183 3415 dependencies = [ 3184 3416 "serde_derive", 3185 3417 ] ··· 3205 3437 3206 3438 [[package]] 3207 3439 name = "serde_derive" 3208 - version = "1.0.152" 3440 + version = "1.0.185" 3209 3441 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 3442 + checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec" 3211 3443 dependencies = [ 3212 3444 "proc-macro2", 3213 3445 "quote", 3214 - "syn", 3446 + "syn 2.0.28", 3215 3447 ] 3216 3448 3217 3449 [[package]] 3218 3450 name = "serde_json" 3219 - version = "1.0.91" 3451 + version = "1.0.105" 3220 3452 source = "registry+https://github.com/rust-lang/crates.io-index" 3221 - checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 3453 + checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 3222 3454 dependencies = [ 3223 - "indexmap", 3455 + "indexmap 2.0.0", 3224 3456 "itoa 1.0.1", 3225 3457 "ryu", 3226 3458 "serde", 3227 3459 ] 3228 3460 3229 3461 [[package]] 3462 + name = "serde_spanned" 3463 + version = "0.6.3" 3464 + source = "registry+https://github.com/rust-lang/crates.io-index" 3465 + checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 3466 + dependencies = [ 3467 + "serde", 3468 + ] 3469 + 3470 + [[package]] 3230 3471 name = "serde_test" 3231 - version = "1.0.152" 3472 + version = "1.0.176" 3232 3473 source = "registry+https://github.com/rust-lang/crates.io-index" 3233 - checksum = "3611210d2d67e3513204742004d6ac6f589e521861dabb0f649b070eea8bed9e" 3474 + checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" 3234 3475 dependencies = [ 3235 3476 "serde", 3236 3477 ] ··· 3253 3494 source = "registry+https://github.com/rust-lang/crates.io-index" 3254 3495 checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 3255 3496 dependencies = [ 3256 - "indexmap", 3497 + "indexmap 1.9.2", 3257 3498 "ryu", 3258 3499 "serde", 3259 3500 "yaml-rust", 3260 3501 ] 3261 3502 3262 3503 [[package]] 3504 + name = "serde_yaml" 3505 + version = "0.9.25" 3506 + source = "registry+https://github.com/rust-lang/crates.io-index" 3507 + checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" 3508 + dependencies = [ 3509 + "indexmap 2.0.0", 3510 + "itoa 1.0.1", 3511 + "ryu", 3512 + "serde", 3513 + "unsafe-libyaml", 3514 + ] 3515 + 3516 + [[package]] 3263 3517 name = "sha1" 3264 3518 version = "0.10.1" 3265 3519 source = "registry+https://github.com/rust-lang/crates.io-index" 3266 3520 checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f" 3267 3521 dependencies = [ 3268 3522 "cfg-if 1.0.0", 3269 - "cpufeatures 0.2.2", 3523 + "cpufeatures 0.2.5", 3270 3524 "digest 0.10.3", 3271 3525 ] 3272 3526 ··· 3324 3578 3325 3579 [[package]] 3326 3580 name = "socket2" 3327 - version = "0.4.4" 3581 + version = "0.4.9" 3328 3582 source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 3583 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 3330 3584 dependencies = [ 3331 3585 "libc", 3332 3586 "winapi 0.3.9", 3333 3587 ] 3334 3588 3335 3589 [[package]] 3590 + name = "socket2" 3591 + version = "0.5.3" 3592 + source = "registry+https://github.com/rust-lang/crates.io-index" 3593 + checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 3594 + dependencies = [ 3595 + "libc", 3596 + "windows-sys 0.48.0", 3597 + ] 3598 + 3599 + [[package]] 3336 3600 name = "sodiumoxide" 3337 3601 version = "0.2.7" 3338 3602 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3358 3622 3359 3623 [[package]] 3360 3624 name = "state" 3361 - version = "0.5.2" 3625 + version = "0.6.0" 3362 3626 source = "registry+https://github.com/rust-lang/crates.io-index" 3363 - checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5" 3627 + checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8" 3364 3628 dependencies = [ 3365 3629 "loom", 3366 3630 ] ··· 3396 3660 "proc-macro-error", 3397 3661 "proc-macro2", 3398 3662 "quote", 3399 - "syn", 3663 + "syn 1.0.104", 3400 3664 ] 3401 3665 3402 3666 [[package]] ··· 3417 3681 ] 3418 3682 3419 3683 [[package]] 3684 + name = "syn" 3685 + version = "2.0.28" 3686 + source = "registry+https://github.com/rust-lang/crates.io-index" 3687 + checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 3688 + dependencies = [ 3689 + "proc-macro2", 3690 + "quote", 3691 + "unicode-ident", 3692 + ] 3693 + 3694 + [[package]] 3420 3695 name = "tabwriter" 3421 3696 version = "1.2.1" 3422 3697 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3427 3702 3428 3703 [[package]] 3429 3704 name = "tar" 3430 - version = "0.4.36" 3705 + version = "0.4.40" 3431 3706 source = "registry+https://github.com/rust-lang/crates.io-index" 3432 - checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" 3707 + checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 3433 3708 dependencies = [ 3434 3709 "filetime", 3435 3710 "libc", ··· 3444 3719 3445 3720 [[package]] 3446 3721 name = "tempfile" 3447 - version = "3.2.0" 3722 + version = "3.8.0" 3448 3723 source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" 3724 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 3450 3725 dependencies = [ 3451 3726 "cfg-if 1.0.0", 3452 - "libc", 3453 - "rand 0.8.5", 3454 - "redox_syscall", 3455 - "remove_dir_all", 3456 - "winapi 0.3.9", 3727 + "fastrand", 3728 + "redox_syscall 0.3.5", 3729 + "rustix 0.38.4", 3730 + "windows-sys 0.48.0", 3457 3731 ] 3458 3732 3459 3733 [[package]] 3460 3734 name = "termcolor" 3461 - version = "1.1.2" 3735 + version = "1.2.0" 3462 3736 source = "registry+https://github.com/rust-lang/crates.io-index" 3463 - checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 3737 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 3464 3738 dependencies = [ 3465 3739 "winapi-util", 3466 3740 ] ··· 3474 3748 "clap", 3475 3749 "serde", 3476 3750 "serde_json", 3477 - "toml 0.5.10", 3751 + "toml 0.7.6", 3478 3752 ] 3479 3753 3480 3754 [[package]] ··· 3488 3762 3489 3763 [[package]] 3490 3764 name = "thiserror" 3491 - version = "1.0.38" 3765 + version = "1.0.47" 3492 3766 source = "registry+https://github.com/rust-lang/crates.io-index" 3493 - checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 3767 + checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 3494 3768 dependencies = [ 3495 3769 "thiserror-impl", 3496 3770 ] 3497 3771 3498 3772 [[package]] 3499 3773 name = "thiserror-impl" 3500 - version = "1.0.38" 3774 + version = "1.0.47" 3501 3775 source = "registry+https://github.com/rust-lang/crates.io-index" 3502 - checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 3776 + checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 3503 3777 dependencies = [ 3504 3778 "proc-macro2", 3505 3779 "quote", 3506 - "syn", 3780 + "syn 2.0.28", 3507 3781 ] 3508 3782 3509 3783 [[package]] ··· 3513 3787 checksum = "5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f" 3514 3788 dependencies = [ 3515 3789 "libc", 3516 - "redox_syscall", 3790 + "redox_syscall 0.2.10", 3517 3791 "winapi 0.3.9", 3518 3792 ] 3519 3793 ··· 3573 3847 3574 3848 [[package]] 3575 3849 name = "tokio" 3576 - version = "1.20.1" 3850 + version = "1.32.0" 3577 3851 source = "registry+https://github.com/rust-lang/crates.io-index" 3578 - checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" 3852 + checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 3579 3853 dependencies = [ 3580 - "autocfg", 3854 + "backtrace", 3581 3855 "bytes", 3582 3856 "libc", 3583 - "memchr", 3584 - "mio 0.8.5", 3857 + "mio 0.8.8", 3585 3858 "num_cpus", 3586 - "once_cell", 3587 - "parking_lot 0.12.0", 3859 + "parking_lot", 3588 3860 "pin-project-lite", 3589 3861 "signal-hook-registry", 3590 - "socket2", 3862 + "socket2 0.5.3", 3591 3863 "tokio-macros", 3592 - "winapi 0.3.9", 3864 + "windows-sys 0.48.0", 3593 3865 ] 3594 3866 3595 3867 [[package]] 3596 3868 name = "tokio-macros" 3597 - version = "1.8.0" 3869 + version = "2.1.0" 3598 3870 source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 3871 + checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" 3600 3872 dependencies = [ 3601 3873 "proc-macro2", 3602 3874 "quote", 3603 - "syn", 3875 + "syn 2.0.28", 3604 3876 ] 3605 3877 3606 3878 [[package]] ··· 3633 3905 "futures-core", 3634 3906 "pin-project-lite", 3635 3907 "tokio", 3636 - "tokio-util", 3908 + "tokio-util 0.7.8", 3637 3909 ] 3638 3910 3639 3911 [[package]] 3640 3912 name = "tokio-util" 3641 - version = "0.7.3" 3913 + version = "0.6.10" 3642 3914 source = "registry+https://github.com/rust-lang/crates.io-index" 3643 - checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 3915 + checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" 3916 + dependencies = [ 3917 + "bytes", 3918 + "futures-core", 3919 + "futures-sink", 3920 + "log 0.4.20", 3921 + "pin-project-lite", 3922 + "tokio", 3923 + ] 3924 + 3925 + [[package]] 3926 + name = "tokio-util" 3927 + version = "0.7.8" 3928 + source = "registry+https://github.com/rust-lang/crates.io-index" 3929 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 3644 3930 dependencies = [ 3645 3931 "bytes", 3646 3932 "futures-core", ··· 3662 3948 3663 3949 [[package]] 3664 3950 name = "toml" 3665 - version = "0.5.10" 3951 + version = "0.7.6" 3666 3952 source = "registry+https://github.com/rust-lang/crates.io-index" 3667 - checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" 3953 + checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 3668 3954 dependencies = [ 3669 - "indexmap", 3955 + "indexmap 2.0.0", 3670 3956 "serde", 3957 + "serde_spanned", 3958 + "toml_datetime", 3959 + "toml_edit", 3960 + ] 3961 + 3962 + [[package]] 3963 + name = "toml_datetime" 3964 + version = "0.6.3" 3965 + source = "registry+https://github.com/rust-lang/crates.io-index" 3966 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3967 + dependencies = [ 3968 + "serde", 3969 + ] 3970 + 3971 + [[package]] 3972 + name = "toml_edit" 3973 + version = "0.19.12" 3974 + source = "registry+https://github.com/rust-lang/crates.io-index" 3975 + checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" 3976 + dependencies = [ 3977 + "indexmap 2.0.0", 3978 + "serde", 3979 + "serde_spanned", 3980 + "toml_datetime", 3981 + "winnow", 3671 3982 ] 3672 3983 3673 3984 [[package]] ··· 3683 3994 checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" 3684 3995 dependencies = [ 3685 3996 "cfg-if 1.0.0", 3686 - "log 0.4.17", 3997 + "log 0.4.20", 3687 3998 "pin-project-lite", 3688 3999 "tracing-core", 3689 4000 ] ··· 3698 4009 ] 3699 4010 3700 4011 [[package]] 3701 - name = "traitobject" 3702 - version = "0.1.0" 3703 - source = "registry+https://github.com/rust-lang/crates.io-index" 3704 - checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" 3705 - 3706 - [[package]] 3707 4012 name = "try-lock" 3708 4013 version = "0.2.3" 3709 4014 source = "registry+https://github.com/rust-lang/crates.io-index" 3710 4015 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 3711 4016 3712 4017 [[package]] 3713 - name = "typemap" 3714 - version = "0.3.3" 4018 + name = "typemap-ors" 4019 + version = "1.0.0" 3715 4020 source = "registry+https://github.com/rust-lang/crates.io-index" 3716 - checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" 4021 + checksum = "a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867" 3717 4022 dependencies = [ 3718 - "unsafe-any", 4023 + "unsafe-any-ors", 3719 4024 ] 3720 4025 3721 4026 [[package]] ··· 3738 4043 3739 4044 [[package]] 3740 4045 name = "unicode-bidi" 3741 - version = "0.3.5" 4046 + version = "0.3.13" 3742 4047 source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" 3744 - dependencies = [ 3745 - "matches", 3746 - ] 4048 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 3747 4049 3748 4050 [[package]] 3749 4051 name = "unicode-ident" ··· 3753 4055 3754 4056 [[package]] 3755 4057 name = "unicode-normalization" 3756 - version = "0.1.19" 4058 + version = "0.1.22" 3757 4059 source = "registry+https://github.com/rust-lang/crates.io-index" 3758 - checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 4060 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3759 4061 dependencies = [ 3760 4062 "tinyvec", 3761 4063 ] ··· 3773 4075 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 3774 4076 3775 4077 [[package]] 3776 - name = "unsafe-any" 3777 - version = "0.4.2" 4078 + name = "unsafe-any-ors" 4079 + version = "1.0.0" 3778 4080 source = "registry+https://github.com/rust-lang/crates.io-index" 3779 - checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" 4081 + checksum = "e0a303d30665362d9680d7d91d78b23f5f899504d4f08b3c4cf08d055d87c0ad" 3780 4082 dependencies = [ 3781 - "traitobject", 4083 + "destructure_traitobject", 3782 4084 ] 3783 4085 3784 4086 [[package]] 4087 + name = "unsafe-libyaml" 4088 + version = "0.2.8" 4089 + source = "registry+https://github.com/rust-lang/crates.io-index" 4090 + checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" 4091 + 4092 + [[package]] 3785 4093 name = "untrusted" 3786 4094 version = "0.7.1" 3787 4095 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3793 4101 source = "registry+https://github.com/rust-lang/crates.io-index" 3794 4102 checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c" 3795 4103 dependencies = [ 3796 - "regex 1.7.1", 4104 + "regex 1.7.3", 3797 4105 ] 3798 4106 3799 4107 [[package]] 3800 4108 name = "url" 3801 - version = "2.3.1" 4109 + version = "2.4.0" 3802 4110 source = "registry+https://github.com/rust-lang/crates.io-index" 3803 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 4111 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 3804 4112 dependencies = [ 3805 4113 "form_urlencoded", 3806 - "idna 0.3.0", 4114 + "idna", 3807 4115 "percent-encoding", 3808 4116 "serde", 3809 4117 ] ··· 3834 4142 3835 4143 [[package]] 3836 4144 name = "valico" 3837 - version = "3.6.0" 4145 + version = "4.0.0" 3838 4146 source = "registry+https://github.com/rust-lang/crates.io-index" 3839 - checksum = "d81a70f930f9e6cd04669d38abcf232f96b193acceb0f4c006427ddec6e08b10" 4147 + checksum = "ca8a0a4df97f827fcbcbe69c65364acddddf3a4bb50e6507f63361177a7ea7a4" 3840 4148 dependencies = [ 3841 - "base64 0.13.1", 4149 + "addr", 4150 + "base64 0.21.2", 3842 4151 "chrono", 4152 + "downcast-rs", 4153 + "erased-serde", 4154 + "fancy-regex", 3843 4155 "json-pointer", 3844 4156 "jsonway", 3845 4157 "percent-encoding", 3846 4158 "phf", 3847 4159 "phf_codegen", 3848 - "publicsuffix", 3849 - "regex 1.7.1", 3850 4160 "serde", 3851 4161 "serde_json", 3852 4162 "uritemplate-next", 3853 4163 "url", 3854 - "uuid 0.8.2", 4164 + "uuid 1.2.2", 3855 4165 ] 3856 4166 3857 4167 [[package]] ··· 3874 4184 3875 4185 [[package]] 3876 4186 name = "walkdir" 3877 - version = "2.3.2" 4187 + version = "2.3.3" 3878 4188 source = "registry+https://github.com/rust-lang/crates.io-index" 3879 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 4189 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 3880 4190 dependencies = [ 3881 4191 "same-file", 3882 - "winapi 0.3.9", 3883 4192 "winapi-util", 3884 4193 ] 3885 4194 ··· 3889 4198 source = "registry+https://github.com/rust-lang/crates.io-index" 3890 4199 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 3891 4200 dependencies = [ 3892 - "log 0.4.17", 4201 + "log 0.4.20", 3893 4202 "try-lock", 3894 4203 ] 3895 4204 ··· 3918 4227 checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586" 3919 4228 dependencies = [ 3920 4229 "cfg-if 1.0.0", 3921 - "serde", 3922 - "serde_json", 3923 4230 "wasm-bindgen-macro", 3924 4231 ] 3925 4232 ··· 3931 4238 dependencies = [ 3932 4239 "bumpalo", 3933 4240 "lazy_static 1.4.0", 3934 - "log 0.4.17", 4241 + "log 0.4.20", 3935 4242 "proc-macro2", 3936 4243 "quote", 3937 - "syn", 4244 + "syn 1.0.104", 3938 4245 "wasm-bindgen-shared", 3939 4246 ] 3940 4247 ··· 3968 4275 dependencies = [ 3969 4276 "proc-macro2", 3970 4277 "quote", 3971 - "syn", 4278 + "syn 1.0.104", 3972 4279 "wasm-bindgen-backend", 3973 4280 "wasm-bindgen-shared", 3974 4281 ] ··· 4101 4408 4102 4409 [[package]] 4103 4410 name = "windows-sys" 4104 - version = "0.42.0" 4411 + version = "0.45.0" 4105 4412 source = "registry+https://github.com/rust-lang/crates.io-index" 4106 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 4413 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4107 4414 dependencies = [ 4108 - "windows_aarch64_gnullvm", 4109 - "windows_aarch64_msvc 0.42.0", 4110 - "windows_i686_gnu 0.42.0", 4111 - "windows_i686_msvc 0.42.0", 4112 - "windows_x86_64_gnu 0.42.0", 4113 - "windows_x86_64_gnullvm", 4114 - "windows_x86_64_msvc 0.42.0", 4415 + "windows-targets 0.42.1", 4416 + ] 4417 + 4418 + [[package]] 4419 + name = "windows-sys" 4420 + version = "0.48.0" 4421 + source = "registry+https://github.com/rust-lang/crates.io-index" 4422 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4423 + dependencies = [ 4424 + "windows-targets 0.48.0", 4425 + ] 4426 + 4427 + [[package]] 4428 + name = "windows-targets" 4429 + version = "0.42.1" 4430 + source = "registry+https://github.com/rust-lang/crates.io-index" 4431 + checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 4432 + dependencies = [ 4433 + "windows_aarch64_gnullvm 0.42.1", 4434 + "windows_aarch64_msvc 0.42.1", 4435 + "windows_i686_gnu 0.42.1", 4436 + "windows_i686_msvc 0.42.1", 4437 + "windows_x86_64_gnu 0.42.1", 4438 + "windows_x86_64_gnullvm 0.42.1", 4439 + "windows_x86_64_msvc 0.42.1", 4440 + ] 4441 + 4442 + [[package]] 4443 + name = "windows-targets" 4444 + version = "0.48.0" 4445 + source = "registry+https://github.com/rust-lang/crates.io-index" 4446 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 4447 + dependencies = [ 4448 + "windows_aarch64_gnullvm 0.48.0", 4449 + "windows_aarch64_msvc 0.48.0", 4450 + "windows_i686_gnu 0.48.0", 4451 + "windows_i686_msvc 0.48.0", 4452 + "windows_x86_64_gnu 0.48.0", 4453 + "windows_x86_64_gnullvm 0.48.0", 4454 + "windows_x86_64_msvc 0.48.0", 4115 4455 ] 4116 4456 4117 4457 [[package]] 4118 4458 name = "windows_aarch64_gnullvm" 4119 - version = "0.42.0" 4459 + version = "0.42.1" 4120 4460 source = "registry+https://github.com/rust-lang/crates.io-index" 4121 - checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 4461 + checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 4462 + 4463 + [[package]] 4464 + name = "windows_aarch64_gnullvm" 4465 + version = "0.48.0" 4466 + source = "registry+https://github.com/rust-lang/crates.io-index" 4467 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 4122 4468 4123 4469 [[package]] 4124 4470 name = "windows_aarch64_msvc" ··· 4128 4474 4129 4475 [[package]] 4130 4476 name = "windows_aarch64_msvc" 4131 - version = "0.42.0" 4477 + version = "0.42.1" 4132 4478 source = "registry+https://github.com/rust-lang/crates.io-index" 4133 - checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 4479 + checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 4480 + 4481 + [[package]] 4482 + name = "windows_aarch64_msvc" 4483 + version = "0.48.0" 4484 + source = "registry+https://github.com/rust-lang/crates.io-index" 4485 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 4134 4486 4135 4487 [[package]] 4136 4488 name = "windows_i686_gnu" ··· 4140 4492 4141 4493 [[package]] 4142 4494 name = "windows_i686_gnu" 4143 - version = "0.42.0" 4495 + version = "0.42.1" 4144 4496 source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 4497 + checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 4498 + 4499 + [[package]] 4500 + name = "windows_i686_gnu" 4501 + version = "0.48.0" 4502 + source = "registry+https://github.com/rust-lang/crates.io-index" 4503 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 4146 4504 4147 4505 [[package]] 4148 4506 name = "windows_i686_msvc" ··· 4152 4510 4153 4511 [[package]] 4154 4512 name = "windows_i686_msvc" 4155 - version = "0.42.0" 4513 + version = "0.42.1" 4156 4514 source = "registry+https://github.com/rust-lang/crates.io-index" 4157 - checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 4515 + checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 4516 + 4517 + [[package]] 4518 + name = "windows_i686_msvc" 4519 + version = "0.48.0" 4520 + source = "registry+https://github.com/rust-lang/crates.io-index" 4521 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 4158 4522 4159 4523 [[package]] 4160 4524 name = "windows_x86_64_gnu" ··· 4164 4528 4165 4529 [[package]] 4166 4530 name = "windows_x86_64_gnu" 4167 - version = "0.42.0" 4531 + version = "0.42.1" 4168 4532 source = "registry+https://github.com/rust-lang/crates.io-index" 4169 - checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 4533 + checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 4534 + 4535 + [[package]] 4536 + name = "windows_x86_64_gnu" 4537 + version = "0.48.0" 4538 + source = "registry+https://github.com/rust-lang/crates.io-index" 4539 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 4170 4540 4171 4541 [[package]] 4172 4542 name = "windows_x86_64_gnullvm" 4173 - version = "0.42.0" 4543 + version = "0.42.1" 4174 4544 source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 4545 + checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 4546 + 4547 + [[package]] 4548 + name = "windows_x86_64_gnullvm" 4549 + version = "0.48.0" 4550 + source = "registry+https://github.com/rust-lang/crates.io-index" 4551 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 4176 4552 4177 4553 [[package]] 4178 4554 name = "windows_x86_64_msvc" ··· 4182 4558 4183 4559 [[package]] 4184 4560 name = "windows_x86_64_msvc" 4185 - version = "0.42.0" 4561 + version = "0.42.1" 4186 4562 source = "registry+https://github.com/rust-lang/crates.io-index" 4187 - checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 4563 + checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 4564 + 4565 + [[package]] 4566 + name = "windows_x86_64_msvc" 4567 + version = "0.48.0" 4568 + source = "registry+https://github.com/rust-lang/crates.io-index" 4569 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 4570 + 4571 + [[package]] 4572 + name = "winnow" 4573 + version = "0.4.6" 4574 + source = "registry+https://github.com/rust-lang/crates.io-index" 4575 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 4576 + dependencies = [ 4577 + "memchr", 4578 + ] 4188 4579 4189 4580 [[package]] 4190 4581 name = "winreg" ··· 4197 4588 4198 4589 [[package]] 4199 4590 name = "winreg" 4200 - version = "0.9.0" 4591 + version = "0.51.0" 4201 4592 source = "registry+https://github.com/rust-lang/crates.io-index" 4202 - checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597" 4593 + checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 4203 4594 dependencies = [ 4204 - "winapi 0.3.9", 4595 + "cfg-if 1.0.0", 4596 + "windows-sys 0.48.0", 4205 4597 ] 4206 4598 4207 4599 [[package]] ··· 4216 4608 4217 4609 [[package]] 4218 4610 name = "xattr" 4219 - version = "0.2.2" 4611 + version = "1.0.1" 4220 4612 source = "registry+https://github.com/rust-lang/crates.io-index" 4221 - checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" 4613 + checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 4222 4614 dependencies = [ 4223 4615 "libc", 4224 4616 ] 4225 4617 4226 4618 [[package]] 4227 4619 name = "xml-rs" 4228 - version = "0.8.4" 4620 + version = "0.8.14" 4229 4621 source = "registry+https://github.com/rust-lang/crates.io-index" 4230 - checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 4622 + checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" 4231 4623 4232 4624 [[package]] 4233 4625 name = "xz2" ··· 4249 4641 4250 4642 [[package]] 4251 4643 name = "yasna" 4252 - version = "0.5.0" 4644 + version = "0.5.2" 4253 4645 source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c" 4646 + checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4255 4647 dependencies = [ 4256 4648 "time 0.3.11", 4257 4649 ] ··· 4267 4659 version = "0.9.2" 4268 4660 source = "git+https://github.com/habitat-sh/rust-zmq?branch=v0.9.2-symlinks-removed#048f33ed4b9241a2c63b4c9b61fdf8bcd142ae00" 4269 4661 dependencies = [ 4270 - "bitflags", 4662 + "bitflags 1.3.2", 4271 4663 "libc", 4272 - "log 0.4.17", 4664 + "log 0.4.20", 4273 4665 "zmq-sys", 4274 4666 ] 4275 4667
+4 -4
pkgs/applications/networking/cluster/habitat/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "habitat"; 15 - version = "1.6.652"; 15 + version = "1.6.848"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "habitat-sh"; 19 19 repo = "habitat"; 20 20 rev = version; 21 - hash = "sha256-aWQ4A8NxTOauwad1q58Q4IFDUImX/L/4YTCeVLaq8gw="; 21 + hash = "sha256-oK9ZzENwpEq6W1qnhSgkr7Rhy7Fxt/BS4U5nxecyPu8="; 22 22 }; 23 23 24 24 cargoLock = { 25 25 lockFile = ./Cargo.lock; 26 26 outputHashes = { 27 27 "clap-2.33.1" = "sha256-ixyNr91VNB2ce2cIr0CdPmvKYRlckhKLeaSbqxouIAY="; 28 - "configopt-0.1.0" = "sha256-DvpC4WDIzknN5A6+68H7p8bG5lwZ2f+kc9yYhTl16ZM="; 28 + "configopt-0.1.0" = "sha256-76MeSoRD796ZzBqX3CoDJnunekVo2XfctpxrpspxmAU="; 29 29 "rants-0.6.0" = "sha256-B8uDoiqddCki3j7aC8kilEcmJjvB4ICjZjjTun2UEkY="; 30 30 "retry-1.0.0" = "sha256-ZaHnzOCelV4V0+MTIbH3DXxdz8QZVgcMq2YeV0S6X6o="; 31 31 "structopt-0.3.15" = "sha256-0vIX7J7VktKytT3ZnOm45qPRMHDkdJg20eU6pZBIH+Q="; ··· 59 59 homepage = "https://www.habitat.sh"; 60 60 changelog = "https://github.com/habitat-sh/habitat/blob/${src.rev}/CHANGELOG.md"; 61 61 license = licenses.asl20; 62 - maintainers = with maintainers; [ rushmorem ]; 62 + maintainers = with maintainers; [ rushmorem qjoly ]; 63 63 mainProgram = "hab"; 64 64 platforms = [ "x86_64-linux" ]; 65 65 };
+3 -3
pkgs/applications/networking/cluster/k8sgpt/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "k8sgpt"; 5 - version = "0.3.13"; 5 + version = "0.3.14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "k8sgpt-ai"; 9 9 repo = "k8sgpt"; 10 10 rev = "v${version}"; 11 - hash = "sha256-JXKM39tODHg5jRE5p0u5xETPFDZrQgFri3FrYJFVUZU="; 11 + hash = "sha256-n1bWAx3BQxgiuhDdTb2HU1DSEBQqOP/ek9bJBZlbWEM="; 12 12 }; 13 13 14 - vendorHash = "sha256-L8/GLhjCI93R9S1fE+wgXyPObIXRMkj5MF71iWAZVQk="; 14 + vendorHash = "sha256-FUgIziVI99kL3dLJLqVFPEmQqLKXxAMie2q46sp0PeU="; 15 15 16 16 CGO_ENABLED = 0; 17 17
+2 -2
pkgs/applications/networking/cluster/kaniko/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "kaniko"; 12 - version = "1.14.0"; 12 + version = "1.15.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "GoogleContainerTools"; 16 16 repo = "kaniko"; 17 17 rev = "v${version}"; 18 - hash = "sha256-sDZg2eKTwy3Y7Uaky4rz7EuU1EKY/S4VAEaj7GMN6Uo="; 18 + hash = "sha256-PNAqdeB/ya3i1hRbagpfmpwS0tNRZbWBm9YIXME1HMc="; 19 19 }; 20 20 21 21 vendorHash = null;
+2 -2
pkgs/applications/networking/cluster/karmor/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "karmor"; 11 - version = "0.13.13"; 11 + version = "0.13.15"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "kubearmor"; 15 15 repo = "kubearmor-client"; 16 16 rev = "v${version}"; 17 - hash = "sha256-3lgbJ6bxKirb2KR9e4yI0gqkXfpgCdnX0smyMS5BBKA="; 17 + hash = "sha256-irpfZFswZjowKDnHmoutTo6960jl5C3Dq+NurjOk3p8="; 18 18 }; 19 19 20 20 vendorHash = "sha256-raMR27DqgT/Hjp3yAMAKLbfOjIZs0K0XsncgmIP6vxk=";
+2 -2
pkgs/applications/networking/cluster/yor/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "yor"; 8 - version = "0.1.183"; 8 + version = "0.1.185"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bridgecrewio"; 12 12 repo = pname; 13 13 rev = version; 14 - hash = "sha256-OMwDqBZPzjeG47CKk/heRo0JxyN7E7qh/dnV8cAzUfo="; 14 + hash = "sha256-5CBOLbqsEVzYyU67c7QTGTe471XQlEC/826wYCPHzEo="; 15 15 }; 16 16 17 17 vendorHash = "sha256-ZeTjGmlu8LndD2DKNncPzlpECdvkOjfwaVvV6S3sL9E=";
+3 -3
pkgs/applications/office/treesheets/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "treesheets"; 15 - version = "unstable-2023-08-17"; 15 + version = "unstable-2023-08-31"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "aardappel"; 19 19 repo = "treesheets"; 20 - rev = "e88dd955bf1346b560da3c34234f9206463baf0b"; 21 - sha256 = "DOvCJiZ76CzlJF6f0V8ABHi5uUJo4XCzJDUoikKkpMI="; 20 + rev = "7f68776a9e072520c735479929efecd0d58f362d"; 21 + sha256 = "AO0+Jqt2bEr3pwv417wey9zZWNX9rg0kDoO7qT+YPDg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+2 -1
pkgs/applications/science/logic/coq/default.nix
··· 55 55 "8.16.1".sha256 = "sha256-n7830+zfZeyYHEOGdUo57bH6bb2/SZs8zv8xJhV+iAc="; 56 56 "8.17.0".sha256 = "sha256-TGwm7S6+vkeZ8cidvp8pkiAd9tk008jvvPvYgfEOXhM="; 57 57 "8.17.1".sha256 = "sha256-x+RwkbxMg9aR0L3WSCtpIz8jwA5cJA4tXAtHMZb20y4="; 58 + "8.18+rc1".sha256 = "sha256-TmV0lzfzhpSnBoVyfTfVFUyBrXpUWSnyN1Le7b8IPTs="; 58 59 }; 59 60 releaseRev = v: "V${v}"; 60 61 fetched = import ../../../../build-support/coq/meta-fetch/default.nix ··· 73 74 ''; 74 75 ocamlPackages = if customOCamlPackages != null then customOCamlPackages 75 76 else with versions; switch coq-version [ 76 - { case = range "8.16" "8.17"; out = ocamlPackages_4_14; } 77 + { case = range "8.16" "8.18"; out = ocamlPackages_4_14; } 77 78 { case = range "8.14" "8.15"; out = ocamlPackages_4_12; } 78 79 { case = range "8.11" "8.13"; out = ocamlPackages_4_10; } 79 80 { case = range "8.7" "8.10"; out = ocamlPackages_4_09; }
+2 -2
pkgs/applications/science/logic/cvc5/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "cvc5"; 5 - version = "1.0.6"; 5 + version = "1.0.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cvc5"; 9 9 repo = "cvc5"; 10 10 rev = "cvc5-${version}"; 11 - hash = "sha256-pZiXAO92cwnYtaVMDFBEmk+NzDf4eKdc0eY0RltofPA="; 11 + hash = "sha256-0uT2Lzz0ZbfNWZBptjaGI1fN0mMniBz41eEwipGc5fc="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config cmake flex ];
+3 -3
pkgs/applications/version-management/gex/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "gex"; 10 - version = "0.6.2"; 10 + version = "0.6.3"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Piturnah"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - hash = "sha256-iCK3fiVchbfQh5JPHzBN/b24dkoXKW5dJdCsyoG0Kvw="; 16 + hash = "sha256-ADVF+Kb0DDiR3dS43uzhefFFEg1O8IC22i5fmziEp6I="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ pkg-config ]; ··· 22 22 libgit2_1_6 23 23 ]; 24 24 25 - cargoHash = "sha256-5w8VzYoevWesMGQJe4rDbugCFQrE1LDNb69CaJ2bQ0w="; 25 + cargoHash = "sha256-XBBZ56jvBtYI5J/sSc4ckk/KXzCHNgM9A4jGolGKh2E="; 26 26 27 27 meta = with lib; { 28 28 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
+14 -7
pkgs/applications/version-management/git-up/default.nix
··· 6 6 7 7 pythonPackages.buildPythonApplication rec { 8 8 pname = "git-up"; 9 - version = "1.6.1"; 9 + version = "2.2.0"; 10 + format = "pyproject"; 10 11 11 12 src = fetchPypi { 12 - inherit pname version; 13 - sha256 = "0gs791yb0cndg9879vayvcj329jwhzpk6wrf9ri12l5hg8g490za"; 13 + pname = "git_up"; 14 + inherit version; 15 + hash = "sha256-GTX2IWLQ48yWfPnmtEa9HJ5umQLttqgTlgZQlaWgeE4="; 14 16 }; 15 17 18 + nativeBuildInputs = with pythonPackages; [ 19 + poetry-core 20 + ]; 21 + 16 22 # git should be on path for tool to work correctly 17 23 propagatedBuildInputs = [ 18 24 git 19 25 ] ++ (with pythonPackages; [ 20 - click 21 26 colorama 22 - docopt 23 27 gitpython 24 - six 25 28 termcolor 26 29 ]); 27 30 28 - nativeCheckInputs = [ git pythonPackages.nose ]; # git needs to be on path 31 + nativeCheckInputs = [ 32 + git 33 + pythonPackages.pytestCheckHook 34 + ]; 35 + 29 36 # 1. git fails to run as it cannot detect the email address, so we set it 30 37 # 2. $HOME is by default not a valid dir, so we have to set that too 31 38 # https://github.com/NixOS/nixpkgs/issues/12591
+3 -5
pkgs/applications/virtualization/qemu/default.nix
··· 47 47 + lib.optionalString xenSupport "-xen" 48 48 + lib.optionalString hostCpuOnly "-host-cpu-only" 49 49 + lib.optionalString nixosTestRunner "-for-vm-tests"; 50 - version = "8.0.4"; 50 + version = "8.1.0"; 51 51 52 52 src = fetchurl { 53 53 url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz"; 54 - hash = "sha256-gcgX3aOK+Vi+W+8abPVbZYuy0/uHwealcd5reyxEUWw="; 54 + hash = "sha256-cQwQEZjjNNR2Lu9l9km8Q/qKXddTA1VLis/sPrJfDlU="; 55 55 }; 56 56 57 57 depsBuildBuild = [ buildPackages.stdenv.cc ] ··· 153 153 "--enable-tools" 154 154 "--localstatedir=/var" 155 155 "--sysconfdir=/etc" 156 - # Always use our Meson, not the bundled version, which doesn't 157 - # have our patches and will be subtly broken because of that. 158 - "--meson=meson" 159 156 "--cross-prefix=${stdenv.cc.targetPrefix}" 160 157 (lib.enableFeature guestAgentSupport "guest-agent") 161 158 ] ++ lib.optional numaSupport "--enable-numa" ··· 219 216 220 217 # point tests towards correct binaries 221 218 substituteInPlace ../tests/unit/test-qga.c \ 219 + --replace '/bin/bash' "$(type -P bash)" \ 222 220 --replace '/bin/echo' "$(type -P echo)" 223 221 substituteInPlace ../tests/unit/test-io-channel-command.c \ 224 222 --replace '/bin/socat' "$(type -P socat)"
+6 -6
pkgs/applications/virtualization/singularity/packages.nix
··· 7 7 apptainer = callPackage 8 8 (import ./generic.nix rec { 9 9 pname = "apptainer"; 10 - version = "1.1.7"; 10 + version = "1.2.2"; 11 11 projectName = "apptainer"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "apptainer"; 15 15 repo = "apptainer"; 16 16 rev = "v${version}"; 17 - hash = "sha256-3F8qwP27IXcnnEYMnLzkCOxQDx7yej6QIZ40Wb5pk34="; 17 + hash = "sha256-CpNuoG+QykP+HDCyFuIbZKYez5XnYrE75SWFoWu34rg="; 18 18 }; 19 19 20 20 # Update by running 21 21 # nix-prefetch -E "{ sha256 }: ((import ./. { }).apptainer.override { vendorHash = sha256; }).goModules" 22 22 # at the root directory of the Nixpkgs repository 23 - vendorHash = "sha256-PfFubgR/W1WBXIsRO+Kg7hA6ebeAcRiJlTlAZbnl19A="; 23 + vendorHash = "sha256-Y0gOqg+WGgssXGEYHc9IFwiIpkb3hetlQI89vseAQPc="; 24 24 25 25 extraDescription = " (previously known as Singularity)"; 26 26 extraMeta.homepage = "https://apptainer.org"; ··· 38 38 singularity = callPackage 39 39 (import ./generic.nix rec { 40 40 pname = "singularity-ce"; 41 - version = "3.11.1"; 41 + version = "3.11.4"; 42 42 projectName = "singularity"; 43 43 44 44 src = fetchFromGitHub { 45 45 owner = "sylabs"; 46 46 repo = "singularity"; 47 47 rev = "v${version}"; 48 - hash = "sha256-gdgg6VN3Ily+2Remz6dZBhhfWIxyaBa4bIlFcgrA/uY="; 48 + hash = "sha256-v8iHbn2OzK/egP2Go76BI74iX8izfy2PM4Uo8LsE8FY="; 49 49 }; 50 50 51 51 # Update by running 52 52 # nix-prefetch -E "{ sha256 }: ((import ./. { }).singularity.override { vendorHash = sha256; }).goModules" 53 53 # at the root directory of the Nixpkgs repository 54 - vendorHash = "sha256-mBhlH6LSmcJuc6HbU/3Q9ii7vJkW9jcikBWCl8oeMOk="; 54 + vendorHash = "sha256-24Hnpq6LRh3JgaiJWCmHfJKoWLxsbceCdJutjPqZsX8="; 55 55 56 56 # Do not build conmon from the Git submodule source, 57 57 # Use Nixpkgs provided version
+2 -2
pkgs/data/misc/v2ray-domain-list-community/default.nix
··· 3 3 let 4 4 generator = pkgsBuildBuild.buildGoModule rec { 5 5 pname = "v2ray-domain-list-community"; 6 - version = "20230825070717"; 6 + version = "20230902035830"; 7 7 src = fetchFromGitHub { 8 8 owner = "v2fly"; 9 9 repo = "domain-list-community"; 10 10 rev = version; 11 - hash = "sha256-xB+8WhFnaQ8YD99FcihqI58R8fxiBAzQK5b4VVdWbMo="; 11 + hash = "sha256-xrx0+Zf9c5TYMWVKsAOJvI8x/ZoElnpjzLCPbkZjrzw="; 12 12 }; 13 13 vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8="; 14 14 meta = with lib; {
+5 -5
pkgs/development/compilers/elm/packages/lamdera.nix
··· 7 7 arch = if stdenv.isAarch64 then "arm64" else "x86_64"; 8 8 hashes = 9 9 { 10 - "x86_64-linux" = "443a763487366fa960120bfe193441e6bbe86fdb31baeed7dbb17d410dee0522"; 11 - "aarch64-linux" = "f11bec3b094df0c0958a8f1e07af5570199e671a882ad5fe979f1e7e482e986d"; 12 - "x86_64-darwin" = "d05a88d13e240fdbc1bf64bd1a4a9ec4d3d53c95961bb9e338449b856df91853"; 13 - "aarch64-darwin" = "bb105e7aebae3c637b761017c6fb49d9696eba1022f27ec594aac9c2dbffd907"; 10 + "x86_64-linux" = "b13110bacc3f71c2a3e12c52172a821a85cc13243a95249ca18c8beb296c0ce8"; 11 + "aarch64-linux" = "afbc71f0570b86215942d1b4207fe3de0299e6fdfd2e6caac78bf688c81b9bd1"; 12 + "x86_64-darwin" = "50a3df09b02b34e1653beb1507c6de0f332674e088ded7c66af4e5987753304e"; 13 + "aarch64-darwin" = "174a5bfec355361c4f030861405513818be25fd7e4325f7221aa71ebd27475d3"; 14 14 }; 15 15 in 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "lamdera"; 19 - version = "1.1.0"; 19 + version = "1.2.0"; 20 20 21 21 src = fetchurl { 22 22 url = "https://static.lamdera.com/bin/lamdera-${version}-${os}-${arch}";
+1 -1
pkgs/development/coq-modules/Cheerios/default.nix
··· 5 5 owner = "uwplse"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - { case = range "8.14" "8.17"; out = "20230107"; } 8 + { case = range "8.14" "8.18"; out = "20230107"; } 9 9 { case = range "8.6" "8.16"; out = "20200201"; } 10 10 ] null; 11 11 release."20230107".rev = "bad8ad2476e14df6b5a819b7aaddc27a7c53fb69";
+1 -1
pkgs/development/coq-modules/CoLoR/default.nix
··· 5 5 owner = "fblanqui"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - {case = range "8.14" "8.17"; out = "1.8.4"; } 8 + {case = range "8.14" "8.18"; out = "1.8.4"; } 9 9 {case = range "8.12" "8.16"; out = "1.8.2"; } 10 10 {case = range "8.10" "8.11"; out = "1.7.0"; } 11 11 {case = range "8.8" "8.9"; out = "1.6.0"; }
+3 -2
pkgs/development/coq-modules/HoTT/default.nix
··· 6 6 owner = "HoTT"; 7 7 inherit version; 8 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.14" "8.17"; out = coq.coq-version; } 9 + { case = range "8.14" "8.18"; out = coq.coq-version; } 10 10 ] null; 11 11 releaseRev = v: "V${v}"; 12 12 release."8.14".sha256 = "sha256-7kXk2pmYsTNodHA+Qts3BoMsewvzmCbYvxw9Sgwyvq0="; 13 13 release."8.15".sha256 = "sha256-JfeiRZVnrjn3SQ87y6dj9DWNwCzrkK3HBogeZARUn9g="; 14 14 release."8.16".sha256 = "sha256-xcEbz4ZQ+U7mb0SEJopaczfoRc2GSgF2BGzUSWI0/HY="; 15 15 release."8.17".sha256 = "sha256-GjTUpzL9UzJm4C2ilCaYEufLG3hcj7rJPc5Op+OMal8="; 16 + release."8.18".sha256 = "sha256-URoUoQOsG0432wg9i6pTRomWQZ+ewutq2+V29TBrVzc="; 16 17 17 18 # versions of HoTT for Coq 8.17 and onwards will use dune 18 19 # opam-name = if lib.versions.isLe "8.17" coq.coq-version then "coq-hott" else null; 19 20 opam-name = "coq-hott"; 20 21 useDune = lib.versions.isGe "8.17" coq.coq-version; 21 - 22 + 22 23 patchPhase = '' 23 24 patchShebangs etc 24 25 '';
+1 -1
pkgs/development/coq-modules/InfSeqExt/default.nix
··· 5 5 owner = "DistributedComponents"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - { case = range "8.9" "8.17"; out = "20230107"; } 8 + { case = range "8.9" "8.18"; out = "20230107"; } 9 9 { case = range "8.5" "8.16"; out = "20200131"; } 10 10 ] null; 11 11 release."20230107".rev = "601e89ec019501c48c27fcfc14b9a3c70456e408";
+1 -1
pkgs/development/coq-modules/LibHyps/default.nix
··· 4 4 pname = "LibHyps"; 5 5 owner = "Matafou"; 6 6 inherit version; 7 - defaultVersion = if (lib.versions.range "8.11" "8.17") coq.version then "2.0.4.1" else null; 7 + defaultVersion = if (lib.versions.range "8.11" "8.18") coq.version then "2.0.4.1" else null; 8 8 release = { 9 9 "2.0.4.1".sha256 = "09p89701zhrfdmqlpxw3mziw8yylj1w1skb4b0xpbdwd1vsn4k3h"; 10 10 };
+1 -1
pkgs/development/coq-modules/StructTact/default.nix
··· 5 5 owner = "uwplse"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.9" "8.17"; out = "20230107"; } 8 + { case = range "8.9" "8.18"; out = "20230107"; } 9 9 { case = range "8.6" "8.16"; out = "20210328"; } 10 10 { case = range "8.5" "8.13"; out = "20181102"; } 11 11 ] null;
+1 -1
pkgs/development/coq-modules/Verdi/default.nix
··· 6 6 owner = "uwplse"; 7 7 inherit version; 8 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.9" "8.17"; out = "20230503"; } 9 + { case = range "8.9" "8.18"; out = "20230503"; } 10 10 { case = range "8.7" "8.16"; out = "20211026"; } 11 11 { case = range "8.7" "8.14"; out = "20210524"; } 12 12 { case = range "8.7" "8.13"; out = "20200131"; }
+2
pkgs/development/coq-modules/aac-tactics/default.nix
··· 5 5 6 6 releaseRev = v: "v${v}"; 7 7 8 + release."8.18.0".sha256 = "sha256-Vpe79qCyFLOdOtFFvLKR0N+MMpGD661Q01yx4gxRhZo="; 8 9 release."8.17.0".sha256 = "sha256-c8DtD21QFDZEVyCQc7ScPZEMTmolxlT3+Db3gStofF8="; 9 10 release."8.16.0".sha256 = "sha256-sE1w8q/60adNF9yMJQO70CEk3D8QUopvgiszdHt5Wsw="; 10 11 release."8.15.1".sha256 = "sha256:0k2sl3ns897a5ll11bazgpv4ppgi1vmx4n89v2dnxabm5dglyglp"; ··· 22 23 23 24 inherit version; 24 25 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 26 + { case = "8.18"; out = "8.18.0"; } 25 27 { case = "8.17"; out = "8.17.0"; } 26 28 { case = "8.16"; out = "8.16.0"; } 27 29 { case = "8.15"; out = "8.15.1"; }
+1 -1
pkgs/development/coq-modules/addition-chains/default.nix
··· 12 12 13 13 inherit version; 14 14 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 15 - { case = range "8.13" "8.17"; out = "0.6"; } 15 + { case = range "8.13" "8.18"; out = "0.6"; } 16 16 { case = range "8.11" "8.12"; out = "0.4"; } 17 17 ] null; 18 18
+1 -1
pkgs/development/coq-modules/autosubst/default.nix
··· 11 11 inherit version; 12 12 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 13 13 { case = range "8.10" "8.13"; out = "1.7"; } 14 - { case = range "8.14" "8.17"; out = "1.8"; } 14 + { case = range "8.14" "8.18"; out = "1.8"; } 15 15 ] null; 16 16 17 17 propagatedBuildInputs = [ mathcomp-ssreflect ];
+2 -1
pkgs/development/coq-modules/bignums/default.nix
··· 5 5 owner = "coq"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.13" "8.17"; out = "9.0.0+coq${coq.coq-version}"; } 8 + { case = range "8.13" "8.18"; out = "9.0.0+coq${coq.coq-version}"; } 9 9 { case = range "8.6" "8.17"; out = "${coq.coq-version}.0"; } 10 10 ] null; 11 11 12 + release."9.0.0+coq8.18".sha256 = "sha256-vLeJ0GNKl4M84Uj2tAwlrxJOSR6VZoJQvdlDhxJRge8="; 12 13 release."9.0.0+coq8.17".sha256 = "sha256-Mn85LqxJKPDIfpxRef9Uh5POwOKlTQ7jsMVz1wnQwuY="; 13 14 release."9.0.0+coq8.16".sha256 = "sha256-pwFTl4Unr2ZIirAB3HTtfhL2YN7G/Pg88RX9AhKWXbE="; 14 15 release."9.0.0+coq8.15".sha256 = "sha256-2oGOANn3XULHNIlyqjZ5ppQTQa2QF1zzf3YjHAd/pjo=";
+1 -1
pkgs/development/coq-modules/ceres/default.nix
··· 8 8 9 9 inherit version; 10 10 defaultVersion = with lib.versions; lib.switch coq.version [ 11 - { case = range "8.14" "8.17"; out = "0.4.1"; } 11 + { case = range "8.14" "8.18"; out = "0.4.1"; } 12 12 { case = range "8.8" "8.16"; out = "0.4.0"; } 13 13 ] null; 14 14 release."0.4.1".sha256 = "sha256-9vyk8/8IVsqNyhw3WPzl8w3L9Wu7gfaMVa3n2nWjFiA=";
+3
pkgs/development/coq-modules/coq-elpi/default.nix
··· 9 9 { case = "8.15"; out = { version = "1.15.0"; };} 10 10 { case = "8.16"; out = { version = "1.17.0"; };} 11 11 { case = "8.17"; out = { version = "1.17.0"; };} 12 + { case = "8.18"; out = { version = "1.17.0"; };} 12 13 ] {} ); 13 14 in mkCoqDerivation { 14 15 pname = "elpi"; ··· 16 17 owner = "LPCIC"; 17 18 inherit version; 18 19 defaultVersion = lib.switch coq.coq-version [ 20 + { case = "8.18"; out = "1.19.0"; } 19 21 { case = "8.17"; out = "1.18.0"; } 20 22 { case = "8.16"; out = "1.15.6"; } 21 23 { case = "8.15"; out = "1.14.0"; } ··· 24 26 { case = "8.12"; out = "1.8.3_8.12"; } 25 27 { case = "8.11"; out = "1.6.3_8.11"; } 26 28 ] null; 29 + release."1.19.0".sha256 = "sha256-kGoo61nJxeG/BqV+iQaV3iinwPStND+7+fYMxFkiKrQ="; 27 30 release."1.18.0".sha256 = "sha256-2fCOlhqi4YkiL5n8SYHuc3pLH+DArf9zuMH7IhpBc2Y="; 28 31 release."1.17.0".sha256 = "sha256-J8GatRKFU0ekNCG3V5dBI+FXypeHcLgC5QJYGYzFiEM="; 29 32 release."1.15.6".sha256 = "sha256-qc0q01tW8NVm83801HHOBHe/7H1/F2WGDbKO6nCXfno=";
+1 -1
pkgs/development/coq-modules/coq-ext-lib/default.nix
··· 5 5 owner = "coq-ext-lib"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.11" "8.17"; out = "0.11.8"; } 8 + { case = range "8.11" "8.18"; out = "0.11.8"; } 9 9 { case = range "8.8" "8.16"; out = "0.11.6"; } 10 10 { case = range "8.8" "8.14"; out = "0.11.4"; } 11 11 { case = range "8.8" "8.13"; out = "0.11.3"; }
+1 -1
pkgs/development/coq-modules/coq-record-update/default.nix
··· 5 5 owner = "tchajed"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.10" "8.17"; out = "0.3.1"; } 8 + { case = range "8.10" "8.18"; out = "0.3.1"; } 9 9 ] null; 10 10 release."0.3.1".sha256 = "sha256-DyGxO2tqmYZZluXN6Oy5Tw6fuLMyuyxonj8CCToWKkk="; 11 11 release."0.3.0".sha256 = "1ffr21dd6hy19gxnvcd4if2450iksvglvkd6q5713fajd72hmc0z";
+1 -1
pkgs/development/coq-modules/coqeal/default.nix
··· 8 8 9 9 inherit version; 10 10 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 11 - { cases = [ (range "8.15" "8.17") (isGe "1.15.0") ]; out = "1.1.3"; } 11 + { cases = [ (range "8.15" "8.18") (isGe "1.15.0") ]; out = "1.1.3"; } 12 12 { cases = [ (range "8.13" "8.17") (isGe "1.13.0") ]; out = "1.1.1"; } 13 13 { cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.1.0"; } 14 14 { cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
+1 -1
pkgs/development/coq-modules/coqprime/default.nix
··· 6 6 owner = "thery"; 7 7 inherit version; 8 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.14" "8.17"; out = "8.17"; } 9 + { case = range "8.14" "8.18"; out = "8.17"; } 10 10 { case = range "8.12" "8.16"; out = "8.15"; } 11 11 { case = range "8.10" "8.11"; out = "8.10"; } 12 12 { case = range "8.8" "8.9"; out = "8.8"; }
+1 -1
pkgs/development/coq-modules/coquelicot/default.nix
··· 7 7 domain = "gitlab.inria.fr"; 8 8 inherit version; 9 9 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 10 - { case = range "8.12" "8.17"; out = "3.4.0"; } 10 + { case = range "8.12" "8.18"; out = "3.4.0"; } 11 11 { case = range "8.12" "8.17"; out = "3.3.0"; } 12 12 { case = range "8.8" "8.16"; out = "3.2.0"; } 13 13 { case = range "8.8" "8.13"; out = "3.1.0"; }
+1 -1
pkgs/development/coq-modules/deriving/default.nix
··· 8 8 9 9 inherit version; 10 10 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 11 - { case = range "8.11" "8.17"; out = "0.1.1"; } 11 + { case = range "8.11" "8.18"; out = "0.1.1"; } 12 12 ] null; 13 13 14 14 releaseRev = v: "v${v}";
+3
pkgs/development/coq-modules/equations/default.nix
··· 6 6 repo = "Coq-Equations"; 7 7 inherit version; 8 8 defaultVersion = lib.switch coq.coq-version [ 9 + { case = "8.18"; out = "1.3+8.18"; } 9 10 { case = "8.17"; out = "1.3+8.17"; } 10 11 { case = "8.16"; out = "1.3+8.16"; } 11 12 { case = "8.15"; out = "1.3+8.15"; } ··· 57 58 release."1.3+8.16".sha256 = "sha256-zyMGeRObtSGWh7n3WCqesBZL5EgLvKwmnTy09rYpxyE="; 58 59 release."1.3+8.17".rev = "v1.3-8.17"; 59 60 release."1.3+8.17".sha256 = "sha256-yNotSIxFkhTg3reZIchGQ7cV9WmTJ7p7hPfKGBiByDw="; 61 + release."1.3+8.18".rev = "v1.3-8.18"; 62 + release."1.3+8.18".sha256 = "sha256-8MZO9vWdr8wlAov0lBTYMnde0RuMyhaiM99zp7Zwfao="; 60 63 61 64 mlPlugin = true; 62 65
+1 -1
pkgs/development/coq-modules/extructures/default.nix
··· 9 9 10 10 inherit version; 11 11 defaultVersion = with lib.versions; lib.switch [coq.coq-version ssreflect.version] [ 12 - { cases = [(range "8.11" "8.17") (isGe "1.12.0") ]; out = "0.3.1"; } 12 + { cases = [(range "8.11" "8.18") (isGe "1.12.0") ]; out = "0.3.1"; } 13 13 { cases = [(range "8.11" "8.14") (isLe "1.12.0") ]; out = "0.3.0"; } 14 14 { cases = [(range "8.10" "8.12") (isLe "1.12.0") ]; out = "0.2.2"; } 15 15 ] null;
+3 -1
pkgs/development/coq-modules/fourcolor/default.nix
··· 9 9 release."1.2.3".sha256 = "sha256-gwKfUa74fIP7j+2eQgnLD7AswjCtOFGHGaIWb4qI0n4="; 10 10 release."1.2.4".sha256 = "sha256-iSW2O1kuunvOqTolmGGXmsYTxo2MJYCdW3BnEhp6Ksg="; 11 11 release."1.2.5".sha256 = "sha256-3qOPNCRjGK2UdHGMSqElpIXhAPVCklpeQgZwf9AFals="; 12 + release."1.3.0".sha256 = "sha256-h9pa6vaKT6jCEaIdEdcu0498Ou5kEXtZdb9P7WXK1DQ="; 12 13 13 14 inherit version; 14 15 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 15 - { cases = [ (isGe "8.11") (isGe "1.12") ]; out = "1.2.5"; } 16 + { cases = [ (isGe "8.16") (isGe "2.0") ]; out = "1.3.0"; } 17 + { cases = [ (isGe "8.11") (range "1.12" "1.17") ]; out = "1.2.5"; } 16 18 { cases = [ (isGe "8.11") (range "1.11" "1.14") ]; out = "1.2.4"; } 17 19 { cases = [ (isLe "8.13") (lib.pred.inter (isGe "1.11.0") (isLt "1.13")) ]; out = "1.2.3"; } 18 20 ] null;
+1 -1
pkgs/development/coq-modules/mathcomp-algebra-tactics/default.nix
··· 9 9 10 10 defaultVersion = with lib.versions; 11 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 - { cases = [ (range "8.16" "8.17") (isGe "1.15") ]; out = "1.1.1"; } 12 + { cases = [ (range "8.16" "8.18") (isGe "1.15") ]; out = "1.1.1"; } 13 13 { cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.0.0"; } 14 14 ] null; 15 15
+1 -1
pkgs/development/coq-modules/mathcomp-bigenough/default.nix
··· 12 12 }; 13 13 inherit version; 14 14 defaultVersion = with lib.versions; lib.switch coq.version [ 15 - { case = range "8.10" "8.17"; out = "1.0.1"; } 15 + { case = range "8.10" "8.18"; out = "1.0.1"; } 16 16 { case = range "8.5" "8.14"; out = "1.0.0"; } 17 17 ] null; 18 18
+4 -2
pkgs/development/coq-modules/mathcomp-finmap/default.nix
··· 7 7 owner = "math-comp"; 8 8 inherit version; 9 9 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 10 - { cases = [ (range "8.13" "8.17") (isGe "1.12") ]; out = "1.5.2"; } 11 - { cases = [ (isGe "8.10") (isGe "1.11") ]; out = "1.5.1"; } 10 + { cases = [ (range "8.16" "8.18") (isGe "2.0") ]; out = "2.0.0"; } 11 + { cases = [ (range "8.13" "8.18") (range "1.12" "1.17") ]; out = "1.5.2"; } 12 + { cases = [ (isGe "8.10") (range "1.11" "1.17") ]; out = "1.5.1"; } 12 13 { cases = [ (range "8.7" "8.11") "1.11.0" ]; out = "1.5.0"; } 13 14 { cases = [ (isEq "8.11") (range "1.8" "1.10") ]; out = "1.4.0+coq-8.11"; } 14 15 { cases = [ (range "8.7" "8.11.0") (range "1.8" "1.10") ]; out = "1.4.0"; } ··· 17 18 { cases = [ (range "8.6" "8.7") (range "1.6.1" "1.7") ]; out = "1.0.0"; } 18 19 ] null; 19 20 release = { 21 + "2.0.0".sha256 = "sha256-0Wr1ZUYVuZH74vawO4EZlZ+K3kq+s1xEz/BfzyKj+wk="; 20 22 "1.5.2".sha256 = "sha256-0KmmSjc2AlUo6BKr9RZ4FjL9wlGISlTGU0X1Eu7l4sw="; 21 23 "1.5.1".sha256 = "0ryfml4pf1dfya16d8ma80favasmrygvspvb923n06kfw9v986j7"; 22 24 "1.5.0".sha256 = "0vx9n1fi23592b3hv5p5ycy7mxc8qh1y5q05aksfwbzkk5zjkwnq";
+7 -3
pkgs/development/coq-modules/mathcomp-tarjan/default.nix
··· 9 9 10 10 inherit version; 11 11 defaultVersion = with lib.versions; 12 - lib.switch [ coq.version mathcomp-ssreflect.version ] [{ 13 - cases = [ (range "8.10" "8.16") (isGe "1.12.0") ]; out = "1.0.0"; 14 - }] null; 12 + lib.switch [ coq.version mathcomp-ssreflect.version ] [ 13 + { cases = [ (range "8.16" "8.18") (isGe "2.0.0") ]; out = "1.0.2"; } 14 + { cases = [ (range "8.12" "8.18") (range "1.12.0" "1.17.0") ]; out = "1.0.1"; } 15 + { cases = [ (range "8.10" "8.16") (range "1.12.0" "1.17.0") ]; out = "1.0.0"; } 16 + ] null; 17 + release."1.0.2".sha256 = "sha256-U20xgA+e9KTRdvILD1cxN6ia+dlA8uBTIbc4QlKz9ss="; 18 + release."1.0.1".sha256 = "sha256-utNjFCAqC5xOuhdyKhfMZkRYJD0xv9Gt6U3ZdQ56mek="; 15 19 release."1.0.0".sha256 = "sha256:0r459r0makshzwlygw6kd4lpvdjc43b3x5y9aa8x77f2z5gymjq1"; 16 20 17 21 propagatedBuildInputs = [ mathcomp-ssreflect mathcomp-fingroup ];
+1 -1
pkgs/development/coq-modules/mathcomp-word/default.nix
··· 16 16 17 17 inherit version; 18 18 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 19 - { cases = [ (range "8.12" "8.17") (isGe "1.12") ]; out = "2.1"; } 19 + { cases = [ (range "8.12" "8.18") (isGe "1.12") ]; out = "2.1"; } 20 20 ] null; 21 21 22 22 propagatedBuildInputs = [ mathcomp.algebra mathcomp.ssreflect mathcomp.fingroup ];
+4 -2
pkgs/development/coq-modules/mathcomp-zify/default.nix
··· 9 9 10 10 defaultVersion = with lib.versions; 11 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 - { cases = [ (range "8.13" "8.17") (isGe "1.12") ]; out = "1.3.0+1.12+8.13"; } 13 - { cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.1.0+1.12+8.13"; } 12 + { cases = [ (range "8.16" "8.18") (isGe "2.0.0") ]; out = "1.5.0+2.0+8.16"; } 13 + { cases = [ (range "8.13" "8.18") (range "1.12" "1.17.0") ]; out = "1.3.0+1.12+8.13"; } 14 + { cases = [ (range "8.13" "8.16") (range "1.12" "1.17.0") ]; out = "1.1.0+1.12+8.13"; } 14 15 ] null; 15 16 16 17 release."1.0.0+1.12+8.13".sha256 = "1j533vx6lacr89bj1bf15l1a0s7rvrx4l00wyjv99aczkfbz6h6k"; 17 18 release."1.1.0+1.12+8.13".sha256 = "1plf4v6q5j7wvmd5gsqlpiy0vwlw6hy5daq2x42gqny23w9mi2pr"; 18 19 release."1.3.0+1.12+8.13".sha256 = "sha256-ebfY8HatP4te44M6o84DSLpDCkMu4IroPCy+HqzOnTE="; 20 + release."1.5.0+2.0+8.16".sha256 = "sha256-boBYGvXdGFc6aPnjgSZYSoW4kmN5khtNrSV3DUv9DqM="; 19 21 20 22 propagatedBuildInputs = [ mathcomp-algebra mathcomp-ssreflect mathcomp-fingroup ]; 21 23
+2 -2
pkgs/development/coq-modules/mathcomp/default.nix
··· 20 20 withDoc = single && (args.withDoc or false); 21 21 defaultVersion = with versions; lib.switch coq.coq-version [ 22 22 { case = isGe "8.15"; out = "1.17.0"; } 23 - { case = range "8.16" "8.17"; out = "2.0.0"; } 24 - { case = range "8.13" "8.17"; out = "1.16.0"; } 23 + { case = range "8.16" "8.18"; out = "2.0.0"; } 24 + { case = range "8.13" "8.18"; out = "1.16.0"; } 25 25 { case = range "8.14" "8.16"; out = "1.15.0"; } 26 26 { case = range "8.11" "8.15"; out = "1.14.0"; } 27 27 { case = range "8.11" "8.15"; out = "1.13.0"; }
+1 -1
pkgs/development/coq-modules/metalib/default.nix
··· 5 5 owner = "plclub"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.14" "8.17"; out = "8.15"; } 8 + { case = range "8.14" "8.18"; out = "8.15"; } 9 9 { case = range "8.10" "8.13"; out = "8.10"; } 10 10 ] null; 11 11 releaseRev = v: "coq${v}";
+4 -2
pkgs/development/coq-modules/multinomials/default.nix
··· 9 9 10 10 inherit version; 11 11 defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [ 12 - { cases = [ (isGe "8.15") (isGe "1.15.0") ]; out = "1.6.0"; } 13 - { cases = [ (isGe "8.10") (isGe "1.13.0") ]; out = "1.5.6"; } 12 + { cases = [ (isGe "8.16") (isGe "2.0.0") ]; out = "2.0.0"; } 13 + { cases = [ (isGe "8.15") (range "1.15.0" "1.17.0") ]; out = "1.6.0"; } 14 + { cases = [ (isGe "8.10") (range "1.13.0" "1.17.0") ]; out = "1.5.6"; } 14 15 { cases = [ (range "8.10" "8.16") (range "1.12.0" "1.15.0") ]; out = "1.5.5"; } 15 16 { cases = [ (range "8.10" "8.12") "1.12.0" ]; out = "1.5.3"; } 16 17 { cases = [ (range "8.7" "8.12") "1.11.0" ]; out = "1.5.2"; } ··· 19 20 { cases = [ "8.6" (range "1.6" "1.7") ]; out = "1.1"; } 20 21 ] null; 21 22 release = { 23 + "2.0.0".sha256 = "sha256-2zWHzMBsO2j8EjN7CgCmKQcku9Be8aVlme0LD5p4ab8="; 22 24 "1.6.0".sha256 = "sha256-lEM+sjqajIOm1c3lspHqcSIARgMR9RHbTQH4veHLJfU="; 23 25 "1.5.6".sha256 = "sha256-cMixgc34T9Ic6v+tYmL49QUNpZpPV5ofaNuHqblX6oY="; 24 26 "1.5.5".sha256 = "sha256-VdXA51vr7DZl/wT/15YYMywdD7Gh91dMP9t7ij47qNQ=";
+1 -1
pkgs/development/coq-modules/paco/default.nix
··· 5 5 owner = "snu-sf"; 6 6 inherit version; 7 7 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 8 - { case = range "8.13" "8.17"; out = "4.2.0"; } 8 + { case = range "8.13" "8.18"; out = "4.2.0"; } 9 9 { case = range "8.12" "8.17"; out = "4.1.2"; } 10 10 { case = range "8.9" "8.13"; out = "4.1.1"; } 11 11 { case = range "8.6" "8.13"; out = "4.0.2"; }
+2 -1
pkgs/development/coq-modules/paramcoq/default.nix
··· 4 4 pname = "paramcoq"; 5 5 inherit version; 6 6 defaultVersion = with lib.versions; lib.switch coq.version [ 7 - { case = range "8.10" "8.17"; out = "1.1.3+coq${coq.coq-version}"; } 7 + { case = range "8.10" "8.18"; out = "1.1.3+coq${coq.coq-version}"; } 8 8 { case = range "8.7" "8.13"; out = "1.1.2+coq${coq.coq-version}"; } 9 9 ] null; 10 10 displayVersion = { paramcoq = "..."; }; 11 + release."1.1.3+coq8.18".sha256 = "sha256-hNBaj9hB+OzwXsOX+TOXtDLjA5oP4EmEgseLwxFxW+I="; 11 12 release."1.1.3+coq8.17".sha256 = "sha256-m8QGGuwj1lHzDprf4LHgAuzwfoblxtDIHunHBdpmiuM="; 12 13 release."1.1.3+coq8.16".sha256 = "sha256-K7/8hXH6DwiW7Gw41sgQF8UDAO3c32xBGWQQapzG8Mo="; 13 14 release."1.1.3+coq8.15".sha256 = "0sl7ihznwz05d2x2v78w1zd4q55c1sgy06vxasbcls4v2pkw53hl";
+1 -1
pkgs/development/coq-modules/parsec/default.nix
··· 11 11 12 12 inherit version; 13 13 defaultVersion = with lib.versions; lib.switch coq.version [ 14 - { case = range "8.14" "8.17"; out = "0.1.2"; } 14 + { case = range "8.14" "8.18"; out = "0.1.2"; } 15 15 { case = range "8.12" "8.16"; out = "0.1.1"; } 16 16 { case = range "8.12" "8.13"; out = "0.1.0"; } 17 17 ] null;
+1 -1
pkgs/development/coq-modules/reglang/default.nix
··· 10 10 11 11 inherit version; 12 12 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 13 - { case = range "8.10" "8.17"; out = "1.1.3"; } 13 + { case = range "8.10" "8.18"; out = "1.1.3"; } 14 14 ] null; 15 15 16 16
+1 -1
pkgs/development/coq-modules/semantics/default.nix
··· 15 15 16 16 inherit version; 17 17 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 18 - { case = range "8.10" "8.17"; out = "8.14.0"; } 18 + { case = range "8.10" "8.18"; out = "8.14.0"; } 19 19 { case = "8.9"; out = "8.9.0"; } 20 20 { case = "8.8"; out = "8.8.0"; } 21 21 { case = "8.7"; out = "8.7.0"; }
+1 -1
pkgs/development/coq-modules/simple-io/default.nix
··· 6 6 repo = "coq-simple-io"; 7 7 inherit version; 8 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.11" "8.17"; out = "1.8.0"; } 9 + { case = range "8.11" "8.18"; out = "1.8.0"; } 10 10 { case = range "8.7" "8.13"; out = "1.3.0"; } 11 11 ] null; 12 12 release."1.8.0".sha256 = "sha256-3ADNeXrBIpYRlfUW+LkLHUWV1w1HFrVc/TZISMuwvRY=";
+2
pkgs/development/coq-modules/topology/default.nix
··· 5 5 6 6 releaseRev = v: "v${v}"; 7 7 8 + release."10.2.0".sha256 = "sha256-xLi3uRQBKL9KiLd4FBnbTPxh8TjdN8IEW/1D7n2B+xY="; 8 9 release."9.0.0".sha256 = "sha256:03lgy53xg9pmrdd3d8qb4087k5qjnk260655svp6d79x4p2lxr8c"; 9 10 release."8.12.0".sha256 = "sha256-ypHmHwzwZ6MQPYwuS3QyZmVOEPUCSbO2lhVaA6TypgQ="; 10 11 release."8.10.0".sha256 = "sha256-mCLF3JYIiO3AEW9yvlcLeF7zN4SjW3LG+Y5vYB0l55A="; ··· 15 16 16 17 inherit version; 17 18 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 19 + { case = range "8.12" "8.18"; out = "10.2.0"; } 18 20 { case = range "8.10" "8.16"; out = "9.0.0"; } 19 21 { case = "8.9"; out = "8.9.0"; } 20 22 { case = "8.8"; out = "8.8.0"; }
+1 -1
pkgs/development/coq-modules/trakt/default.nix
··· 11 11 12 12 inherit version; 13 13 defaultVersion = with lib.versions; lib.switch [ coq.version ] [ 14 - { cases = [ (range "8.15" "8.17") ]; out = "1.2"; } 14 + { cases = [ (range "8.15" "8.18") ]; out = "1.2"; } 15 15 { cases = [ (isEq "8.13") ]; out = "1.2+8.13"; } 16 16 { cases = [ (range "8.13" "8.17") ]; out = "1.1"; } 17 17 ] null;
+3
pkgs/development/coq-modules/zorns-lemma/default.nix
··· 2 2 3 3 (mkCoqDerivation { 4 4 pname = "zorns-lemma"; 5 + repo = "topology"; 5 6 6 7 releaseRev = v: "v${v}"; 7 8 9 + release."10.2.0".sha256 = "sha256-xLi3uRQBKL9KiLd4FBnbTPxh8TjdN8IEW/1D7n2B+xY="; 8 10 release."9.0.0".sha256 = "sha256:03lgy53xg9pmrdd3d8qb4087k5qjnk260655svp6d79x4p2lxr8c"; 9 11 release."8.11.0".sha256 = "sha256-2Hf7YwRcFmP/DqwFtF1p78MCNV50qUWfMVQtZbwKd0k="; 10 12 release."8.10.0".sha256 = "sha256-qLPLK2ZLJQ4SmJX2ADqFiP4kgHuQFJTeNXkBbjiFS+4="; ··· 16 18 17 19 inherit version; 18 20 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 21 + { case = range "8.12" "8.18"; out = "10.2.0"; } 19 22 { case = range "8.10" "8.16"; out = "9.0.0"; } 20 23 { case = "8.9"; out = "8.9.0"; } 21 24 { case = "8.8"; out = "8.8.0"; }
-29
pkgs/development/libraries/elementary-cmake-modules/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, cmake, pkg-config }: 2 - 3 - stdenv.mkDerivation { 4 - pname = "elementary-cmake-modules"; 5 - version = "0.1.0"; 6 - 7 - src = fetchFromGitHub { 8 - owner = "elementary"; 9 - repo = "cmake-modules"; 10 - rev = "319ec5336e9f05f3f22b886cc2053ef3d4b6599e"; 11 - sha256 = "191hhvdxyqvh9axzndaqld7vrmv7xkn0czks908zhb2zpjhv9rby"; 12 - }; 13 - 14 - prePatch = '' 15 - substituteInPlace CMakeLists.txt \ 16 - --replace ' ''${CMAKE_ROOT}/Modules' " $out/lib/cmake" 17 - ''; 18 - 19 - propagatedBuildInputs = [ cmake pkg-config ]; 20 - 21 - setupHook = ./setup-hook.sh; 22 - 23 - meta = with lib; { 24 - platforms = platforms.linux ++ platforms.darwin; 25 - homepage = "https://github.com/elementary/cmake-modules"; 26 - license = licenses.gpl3Plus; 27 - maintainers = [ maintainers.samdroid-apps ]; 28 - }; 29 - }
-4
pkgs/development/libraries/elementary-cmake-modules/setup-hook.sh
··· 1 - _elementaryCMakeEnvHook() { 2 - cmakeFlagsArray+=(-DCMAKE_MODULE_PATH=@out@/lib/cmake) 3 - } 4 - addEnvHooks "$targetOffset" _elementaryCMakeEnvHook
+39
pkgs/development/python-modules/beautiful-date/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , python-dateutil 5 + , pytestCheckHook 6 + , pythonOlder 7 + }: 8 + 9 + buildPythonPackage rec { 10 + pname = "beautiful-date"; 11 + version = "2.2.0"; 12 + format = "setuptools"; 13 + 14 + disable = pythonOlder "3.6"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "kuzmoyev"; 18 + repo = "beautiful-date"; 19 + rev = "v${version}"; 20 + hash = "sha256-5xRmHaAPf1ps75cOINHkHT1aYb5UGLZGl0OHVQaMES0="; 21 + }; 22 + 23 + propagatedBuildInputs = [ 24 + python-dateutil 25 + ]; 26 + 27 + nativeCheckInputs = [ 28 + pytestCheckHook 29 + ]; 30 + 31 + pythonImportsCheck = [ "beautiful_date" ]; 32 + 33 + meta = with lib; { 34 + description = "Simple and beautiful way to create date and datetime objects in Python"; 35 + homepage = "https://github.com/kuzmoyev/beautiful-date"; 36 + license = licenses.mit; 37 + maintainers = with maintainers; [ mbalatsko ]; 38 + }; 39 + }
+2 -2
pkgs/development/python-modules/bytecode/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "bytecode"; 11 - version = "0.14.2"; 11 + version = "0.15.0"; 12 12 format = "pyproject"; 13 13 disabled = pythonOlder "3.6"; 14 14 ··· 16 16 owner = "vstinner"; 17 17 repo = pname; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-HBXtpUl8Lcx3yCVnk9kVU0+AUVdgy1HQBV4rHEndiek="; 19 + hash = "sha256-A8S3U07P4Olq9f7/q20aHOPAQsQp3OuGHtIAs8B8VEQ="; 20 20 }; 21 21 22 22 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+7
pkgs/development/python-modules/magic-wormhole-mailbox-server/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , buildPythonPackage 3 4 , fetchPypi 4 5 , fetchpatch ··· 47 48 mock 48 49 twisted 49 50 ]; 51 + 52 + # Fails in Darwin's sandbox 53 + postPatch = lib.optionalString stdenv.isDarwin '' 54 + echo 'LogRequests.skip = "Operation not permitted"' >> src/wormhole_mailbox_server/test/test_web.py 55 + echo 'WebSocketAPI.skip = "Operation not permitted"' >> src/wormhole_mailbox_server/test/test_web.py 56 + ''; 50 57 51 58 checkPhase = '' 52 59 trial -j$NIX_BUILD_CORES wormhole_mailbox_server
+25
pkgs/development/python-modules/magic-wormhole/default.nix
··· 56 56 disabledTests = [ 57 57 # Expected: (<class 'wormhole.errors.WrongPasswordError'>,) Got: Failure instance: Traceback (failure with no frames): <class 'wormhole.errors.LonelyError'>: 58 58 "test_welcome" 59 + ] ++ lib.optionals stdenv.isDarwin [ 60 + # These tests doesn't work within Darwin's sandbox 61 + "test_version" 62 + "test_text" 63 + "test_receiver" 64 + "test_sender" 65 + "test_sender_allocation" 66 + "test_text_wrong_password" 67 + "test_override" 68 + "test_allocate_port" 69 + "test_allocate_port_no_reuseaddr" 70 + "test_ignore_localhost_hint" 71 + "test_ignore_localhost_hint_orig" 72 + "test_keep_only_localhost_hint" 73 + "test_get_direct_hints" 74 + "test_listener" 75 + "test_success_direct" 76 + "test_direct" 77 + "test_relay" 78 + ]; 79 + 80 + disabledTestPaths = lib.optionals stdenv.isDarwin [ 81 + # These tests doesn't work within Darwin's sandbox 82 + "src/wormhole/test/test_xfer_util.py" 83 + "src/wormhole/test/test_wormhole.py" 59 84 ]; 60 85 61 86 postPatch = lib.optionalString stdenv.isLinux ''
+2 -2
pkgs/development/python-modules/python-swiftclient/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "python-swiftclient"; 15 - version = "4.3.0"; 15 + version = "4.4.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-Hj3fmYzL6n3CWqbfjrPffTi/S8lrBl8vhEMeglmBezM="; 22 + hash = "sha256-p32Xqw5AEsZ4cy5XW9/u0oKzSJuRdegsRqR6yEke7oQ="; 23 23 }; 24 24 25 25 # remove duplicate script that will be created by setuptools from the
+2 -2
pkgs/development/python-modules/steamship/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "steamship"; 19 - version = "2.17.22"; 19 + version = "2.17.27"; 20 20 format = "pyproject"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-PQI6r2DoarswjTc8jp+nrJqkmckQ6+eGuI0MU8kvnM8="; 24 + hash = "sha256-Wgz0jkMaMUTM7ubb/TsGaQm8UbdPtEvzapl0h4xrqq0="; 25 25 }; 26 26 27 27 pythonRelaxDeps = [
+16 -1
pkgs/development/tools/ldid-procursus/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 + , installShellFiles 4 5 , pkg-config 5 6 , libplist 6 7 , openssl ··· 9 10 stdenv.mkDerivation (finalAttrs: { 10 11 pname = "ldid-procursus"; 11 12 version = "2.1.5-procursus7"; 13 + 12 14 src = fetchFromGitHub { 13 15 owner = "ProcursusTeam"; 14 16 repo = "ldid"; 15 17 rev = "v${finalAttrs.version}"; 16 18 hash = "sha256-QnSmWY9zCOPYAn2VHc5H+VQXjTCyr0EuosxvKGGpDtQ="; 17 19 }; 18 - nativeBuildInputs = [ pkg-config libplist openssl ]; 20 + 21 + nativeBuildInputs = [ pkg-config installShellFiles ]; 22 + buildInputs = [ libplist openssl ]; 23 + 19 24 stripDebugFlags = [ "--strip-unneeded" ]; 20 25 makeFlags = [ "PREFIX=${placeholder "out"}" ]; 21 26 27 + postPatch = '' 28 + substituteInPlace Makefile \ 29 + --replace "pkg-config" "$PKG_CONFIG" 30 + ''; 31 + 32 + postInstall = '' 33 + installShellCompletion --cmd ldid --zsh _ldid 34 + ''; 35 + 22 36 meta = with lib; { 37 + mainProgram = "ldid"; 23 38 description = "Put real or fake signatures in a Mach-O binary"; 24 39 homepage = "https://github.com/ProcursusTeam/ldid"; 25 40 maintainers = with maintainers; [ keto ];
+3 -2
pkgs/development/tools/misc/editorconfig-checker/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "editorconfig-checker"; 5 - version = "2.7.0"; 5 + version = "2.7.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "editorconfig-checker"; 9 9 repo = "editorconfig-checker"; 10 10 rev = version; 11 - hash = "sha256-8qGRcyDayXx3OflhE9Kw2AXM702/2pYB3JgfpQ0UYR8="; 11 + hash = "sha256-TycKc6Zgf9QFTH3lfNC+/O52cp2xhKsKflxuQTac794="; 12 12 }; 13 13 14 14 vendorHash = "sha256-S93ZvC92V9nrBicEv1yQ3DEuf1FmxtvFoKPR15e8VmA="; ··· 28 28 }; 29 29 30 30 meta = with lib; { 31 + changelog = "https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/${src.rev}"; 31 32 description = "A tool to verify that your files are in harmony with your .editorconfig"; 32 33 homepage = "https://editorconfig-checker.github.io/"; 33 34 license = licenses.mit;
+2 -2
pkgs/development/tools/misc/strace/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "strace"; 5 - version = "6.4"; 5 + version = "6.5"; 6 6 7 7 src = fetchurl { 8 8 url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-J5h9usV/39JgxttNyDKN81yVxoZ8ij1DcdWc3PTrkjg="; 9 + sha256 = "sha256-37BRcCOJ4ZeaFRiStZAa/J6Tu8HHDYTJBq3jIkypGYA="; 10 10 }; 11 11 12 12 depsBuildBuild = [ buildPackages.stdenv.cc ];
+31
pkgs/tools/games/pocket-updater-utility/add-runtime-identifier.patch
··· 1 + From ccbe5c0401d6965a6daaa0b7bb022f63908c8942 Mon Sep 17 00:00:00 2001 2 + From: Philipp Rintz <git@rintz.net> 3 + Date: Mon, 28 Aug 2023 19:19:41 +0200 4 + Subject: [PATCH] uncommited 5 + 6 + --- 7 + pocket_updater.csproj | 3 ++- 8 + 1 file changed, 2 insertions(+), 1 deletion(-) 9 + 10 + diff --git a/pocket_updater.csproj b/pocket_updater.csproj 11 + index 11f604c..410bd47 100644 12 + --- a/pocket_updater.csproj 13 + +++ b/pocket_updater.csproj 14 + @@ -12,6 +12,7 @@ 15 + <Authors>Matt Pannella</Authors> 16 + <Product>Analogue Pocket Updater Utility</Product> 17 + <RepositoryUrl>https://github.com/mattpannella/pocket-updater-utility</RepositoryUrl> 18 + + <RuntimeIdentifier>@RuntimeIdentifier@</RuntimeIdentifier> 19 + </PropertyGroup> 20 + <ItemGroup> 21 + <PackageReference Include="CommandLineParser" Version="2.9.1" /> 22 + @@ -26,4 +27,4 @@ 23 + <ItemGroup> 24 + <RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" /> 25 + </ItemGroup> 26 + -</Project> 27 + \ No newline at end of file 28 + +</Project> 29 + -- 30 + 2.40.1 31 +
+59
pkgs/tools/games/pocket-updater-utility/default.nix
··· 1 + { pkgs ? import <nixpkgs> { system = builtins.currentSystem; } 2 + , stdenv ? pkgs.stdenv 3 + , lib ? pkgs.lib 4 + , fetchFromGitHub ? pkgs.fetchFromGitHub 5 + , buildDotnetModule ? pkgs.buildDotnetModule 6 + , dotnetCorePackages ? pkgs.dotnetCorePackages 7 + , openssl ? pkgs.openssl 8 + , zlib ? pkgs.zlib 9 + , targetPlatform ? pkgs.targetPlatform 10 + }: 11 + 12 + buildDotnetModule rec { 13 + pname = "pocket-updater-utility"; 14 + version = "2.31.0"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "mattpannella"; 18 + repo = "${pname}"; 19 + rev = "${version}"; 20 + hash = "sha256-z90YITAW2Nv+Mq2q56As4PoHqGPEnvDUPH73bhz/xnw="; 21 + }; 22 + 23 + buildInputs = [ 24 + stdenv.cc.cc.lib 25 + zlib 26 + openssl 27 + ]; 28 + 29 + # See https://github.com/NixOS/nixpkgs/pull/196648/commits/0fb17c04fe34ac45247d35a1e4e0521652d9c494 30 + patches = [ ./add-runtime-identifier.patch ]; 31 + postPatch = '' 32 + substituteInPlace pocket_updater.csproj \ 33 + --replace @RuntimeIdentifier@ "${dotnetCorePackages.systemToDotnetRid targetPlatform.system}" 34 + ''; 35 + 36 + projectFile = "pocket_updater.csproj"; 37 + 38 + nugetDeps = ./deps.nix; 39 + 40 + selfContainedBuild = true; 41 + 42 + executables = [ "pocket_updater" ]; 43 + 44 + dotnetFlags = [ 45 + "-p:PackageRuntime=${dotnetCorePackages.systemToDotnetRid stdenv.hostPlatform.system}" 46 + ]; 47 + 48 + dotnet-sdk = dotnetCorePackages.sdk_6_0; 49 + dotnet-runtime = dotnetCorePackages.runtime_6_0; 50 + 51 + meta = with lib; { 52 + homepage = "https://github.com/mattpannella/pocket-updater-utility"; 53 + description = "Analogue Pocket Updater Utility"; 54 + license = licenses.mit; 55 + platforms = platforms.linux; 56 + maintainers = with maintainers; [ p-rintz ]; 57 + mainProgram = "pocket_updater"; 58 + }; 59 + }
+9
pkgs/tools/games/pocket-updater-utility/deps.nix
··· 1 + # This file was automatically generated by passthru.fetch-deps. 2 + # Please dont edit it manually, your changes might get overwritten! 3 + 4 + { fetchNuGet }: [ 5 + (fetchNuGet { pname = "CommandLineParser"; version = "2.9.1"; sha256 = "1sldkj8lakggn4hnyabjj1fppqh50fkdrr1k99d4gswpbk5kv582"; }) 6 + (fetchNuGet { pname = "Crc32.NET"; version = "1.2.0"; sha256 = "0qaj3192k1vfji87zf50rhydn5mrzyzybrs2k4v7ap29k8i0vi5h"; }) 7 + (fetchNuGet { pname = "Microsoft.NETCore.Platforms"; version = "1.1.0"; sha256 = "08vh1r12g6ykjygq5d3vq09zylgb84l63k49jc4v8faw9g93iqqm"; }) 8 + (fetchNuGet { pname = "NETStandard.Library"; version = "2.0.0"; sha256 = "1bc4ba8ahgk15m8k4nd7x406nhi0kwqzbgjk2dmw52ss553xz7iy"; }) 9 + ]
+3 -2
pkgs/top-level/all-packages.nix
··· 1933 1933 1934 1934 pferd = callPackage ../tools/misc/pferd { }; 1935 1935 1936 + pocket-updater-utility = callPackage ../tools/games/pocket-updater-utility { }; 1937 + 1936 1938 polygon-cli = callPackage ../tools/networking/polygon-cli { }; 1937 1939 1938 1940 proycon-wayout = callPackage ../tools/wayland/proycon-wayout { }; ··· 22053 22055 22054 22056 gnote = callPackage ../applications/office/gnote { }; 22055 22057 22056 - elementary-cmake-modules = callPackage ../development/libraries/elementary-cmake-modules { }; 22057 - 22058 22058 gtk2 = callPackage ../development/libraries/gtk/2.x.nix { 22059 22059 inherit (darwin.apple_sdk.frameworks) AppKit Cocoa; 22060 22060 }; ··· 39724 39724 coqPackages_8_15 coq_8_15 39725 39725 coqPackages_8_16 coq_8_16 39726 39726 coqPackages_8_17 coq_8_17 39727 + coqPackages_8_18 coq_8_18 39727 39728 coqPackages coq 39728 39729 ; 39729 39730
+2
pkgs/top-level/coq-packages.nix
··· 181 181 coq_8_15 = mkCoq "8.15"; 182 182 coq_8_16 = mkCoq "8.16"; 183 183 coq_8_17 = mkCoq "8.17"; 184 + coq_8_18 = mkCoq "8.18"; 184 185 185 186 coqPackages_8_5 = mkCoqPackages coq_8_5; 186 187 coqPackages_8_6 = mkCoqPackages coq_8_6; ··· 195 196 coqPackages_8_15 = mkCoqPackages coq_8_15; 196 197 coqPackages_8_16 = mkCoqPackages coq_8_16; 197 198 coqPackages_8_17 = mkCoqPackages coq_8_17; 199 + coqPackages_8_18 = mkCoqPackages coq_8_18; 198 200 coqPackages = recurseIntoAttrs coqPackages_8_17; 199 201 coq = coqPackages.coq; 200 202
+2
pkgs/top-level/python-packages.nix
··· 1336 1336 1337 1337 beartype = callPackage ../development/python-modules/beartype { }; 1338 1338 1339 + beautiful-date = callPackage ../development/python-modules/beautiful-date { }; 1340 + 1339 1341 beautifulsoup4 = callPackage ../development/python-modules/beautifulsoup4 { 1340 1342 inherit (python.pythonForBuild.pkgs) sphinxHook; # hook splicing broken since #194205 1341 1343 };