windmill: 1.210.1 -> 1.219.1; cleanup

authored by happysalada and committed by Yt e3f79691 0dd12985

+1075 -278
+1057 -254
pkgs/servers/windmill/Cargo.lock pkgs/by-name/wi/windmill/Cargo.lock
··· 187 187 ] 188 188 189 189 [[package]] 190 + name = "argminmax" 191 + version = "0.6.1" 192 + source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "202108b46429b765ef483f8a24d5c46f48c14acfdacc086dd4ab6dddf6bcdbd2" 194 + dependencies = [ 195 + "num-traits", 196 + ] 197 + 198 + [[package]] 190 199 name = "argon2" 191 200 version = "0.5.2" 192 201 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 205 214 checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" 206 215 207 216 [[package]] 217 + name = "array-init-cursor" 218 + version = "0.2.0" 219 + source = "registry+https://github.com/rust-lang/crates.io-index" 220 + checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" 221 + 222 + [[package]] 208 223 name = "arrayvec" 209 224 version = "0.7.4" 210 225 source = "registry+https://github.com/rust-lang/crates.io-index" 211 226 checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 212 227 213 228 [[package]] 229 + name = "arrow-format" 230 + version = "0.8.1" 231 + source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7" 233 + dependencies = [ 234 + "planus", 235 + "serde", 236 + ] 237 + 238 + [[package]] 214 239 name = "ast_node" 215 240 version = "0.9.5" 216 241 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 236 261 237 262 [[package]] 238 263 name = "async-channel" 239 - version = "2.1.0" 264 + version = "2.1.1" 240 265 source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "d37875bd9915b7d67c2f117ea2c30a0989874d0b2cb694fe25403c85763c0c9e" 266 + checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" 242 267 dependencies = [ 243 268 "concurrent-queue", 244 - "event-listener 3.1.0", 269 + "event-listener 4.0.0", 245 270 "event-listener-strategy", 246 271 "futures-core", 247 272 "pin-project-lite", ··· 280 305 281 306 [[package]] 282 307 name = "async-executor" 283 - version = "1.6.0" 308 + version = "1.8.0" 284 309 source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" 310 + checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 286 311 dependencies = [ 287 - "async-lock 2.8.0", 312 + "async-lock 3.1.2", 288 313 "async-task", 289 314 "concurrent-queue", 290 315 "fastrand 2.0.1", 291 - "futures-lite 1.13.0", 316 + "futures-lite 2.0.1", 292 317 "slab", 293 318 ] 294 319 295 320 [[package]] 296 321 name = "async-global-executor" 297 - version = "2.3.1" 322 + version = "2.4.0" 298 323 source = "registry+https://github.com/rust-lang/crates.io-index" 299 - checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 324 + checksum = "9b4353121d5644cdf2beb5726ab752e79a8db1ebb52031770ec47db31d245526" 300 325 dependencies = [ 301 - "async-channel 1.9.0", 326 + "async-channel 2.1.1", 302 327 "async-executor", 303 - "async-io", 304 - "async-lock 2.8.0", 328 + "async-io 2.2.1", 329 + "async-lock 3.1.2", 305 330 "blocking", 306 - "futures-lite 1.13.0", 331 + "futures-lite 2.0.1", 307 332 "once_cell", 308 333 ] 309 334 ··· 320 345 "futures-lite 1.13.0", 321 346 "log", 322 347 "parking", 323 - "polling", 348 + "polling 2.8.0", 324 349 "rustix 0.37.27", 325 350 "slab", 326 351 "socket2 0.4.10", ··· 328 353 ] 329 354 330 355 [[package]] 356 + name = "async-io" 357 + version = "2.2.1" 358 + source = "registry+https://github.com/rust-lang/crates.io-index" 359 + checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff" 360 + dependencies = [ 361 + "async-lock 3.1.2", 362 + "cfg-if", 363 + "concurrent-queue", 364 + "futures-io", 365 + "futures-lite 2.0.1", 366 + "parking", 367 + "polling 3.3.1", 368 + "rustix 0.38.26", 369 + "slab", 370 + "tracing", 371 + "windows-sys 0.52.0", 372 + ] 373 + 374 + [[package]] 331 375 name = "async-lock" 332 376 version = "2.8.0" 333 377 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 338 382 339 383 [[package]] 340 384 name = "async-lock" 341 - version = "3.1.0" 385 + version = "3.1.2" 342 386 source = "registry+https://github.com/rust-lang/crates.io-index" 343 - checksum = "deb2ab2aa8a746e221ab826c73f48bc6ba41be6763f0855cb249eb6d154cf1d7" 387 + checksum = "dea8b3453dd7cc96711834b75400d671b73e3656975fa68d9f277163b7f7e316" 344 388 dependencies = [ 345 - "event-listener 3.1.0", 389 + "event-listener 4.0.0", 346 390 "event-listener-strategy", 347 391 "pin-project-lite", 348 392 ] ··· 385 429 dependencies = [ 386 430 "async-channel 1.9.0", 387 431 "async-global-executor", 388 - "async-io", 432 + "async-io 1.13.0", 389 433 "async-lock 2.8.0", 390 434 "crossbeam-utils", 391 435 "futures-channel", ··· 404 448 ] 405 449 406 450 [[package]] 451 + name = "async-stream" 452 + version = "0.3.5" 453 + source = "registry+https://github.com/rust-lang/crates.io-index" 454 + checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 455 + dependencies = [ 456 + "async-stream-impl", 457 + "futures-core", 458 + "pin-project-lite", 459 + ] 460 + 461 + [[package]] 462 + name = "async-stream-impl" 463 + version = "0.3.5" 464 + source = "registry+https://github.com/rust-lang/crates.io-index" 465 + checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 466 + dependencies = [ 467 + "proc-macro2", 468 + "quote", 469 + "syn 2.0.39", 470 + ] 471 + 472 + [[package]] 407 473 name = "async-stripe" 408 474 version = "0.25.2" 409 475 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 492 558 ] 493 559 494 560 [[package]] 561 + name = "atoi_simd" 562 + version = "0.15.5" 563 + source = "registry+https://github.com/rust-lang/crates.io-index" 564 + checksum = "ccfc14f5c3e34de57539a7ba9c18ecde3d9bbde48d232ea1da3e468adb307fd0" 565 + 566 + [[package]] 495 567 name = "atomic-waker" 496 568 version = "1.1.2" 497 569 source = "registry+https://github.com/rust-lang/crates.io-index" 498 570 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 499 571 500 572 [[package]] 573 + name = "atomic-write-file" 574 + version = "0.1.2" 575 + source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "edcdbedc2236483ab103a53415653d6b4442ea6141baf1ffa85df29635e88436" 577 + dependencies = [ 578 + "nix", 579 + "rand 0.8.5", 580 + ] 581 + 582 + [[package]] 501 583 name = "autocfg" 502 584 version = "1.1.0" 503 585 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 505 587 506 588 [[package]] 507 589 name = "aws-config" 508 - version = "0.57.2" 590 + version = "1.0.1" 509 591 source = "registry+https://github.com/rust-lang/crates.io-index" 510 - checksum = "f2bf00cb9416daab4ce4927c54ebe63c08b9caf4d7b9314b6d7a4a2c5a1afb09" 592 + checksum = "80c950a809d39bc9480207cb1cfc879ace88ea7e3a4392a8e9999e45d6e5692e" 511 593 dependencies = [ 512 594 "aws-credential-types", 513 595 "aws-http", ··· 527 609 "hex", 528 610 "http", 529 611 "hyper", 530 - "ring 0.17.5", 612 + "ring 0.17.6", 531 613 "time", 532 614 "tokio", 533 615 "tracing", ··· 536 618 537 619 [[package]] 538 620 name = "aws-credential-types" 539 - version = "0.57.2" 621 + version = "1.0.1" 540 622 source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "cb9073c88dbf12f68ce7d0e149f989627a1d1ae3d2b680459f04ccc29d1cbd0f" 623 + checksum = "8c1317e1a3514b103cf7d5828bbab3b4d30f56bd22d684f8568bc51b6cfbbb1c" 542 624 dependencies = [ 543 625 "aws-smithy-async", 544 626 "aws-smithy-runtime-api", ··· 548 630 549 631 [[package]] 550 632 name = "aws-http" 551 - version = "0.57.2" 633 + version = "0.60.0" 552 634 source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "24067106d09620cf02d088166cdaedeaca7146d4d499c41b37accecbea11b246" 635 + checksum = "361c4310fdce94328cc2d1ca0c8a48c13f43009c61d3367585685a50ca8c66b6" 554 636 dependencies = [ 555 - "aws-smithy-http", 556 637 "aws-smithy-runtime-api", 557 638 "aws-smithy-types", 558 639 "aws-types", ··· 565 646 566 647 [[package]] 567 648 name = "aws-runtime" 568 - version = "0.57.2" 649 + version = "1.0.1" 569 650 source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "fc6ee0152c06d073602236a4e94a8c52a327d310c1ecd596570ce795af8777ff" 651 + checksum = "1ed7ef604a15fd0d4d9e43701295161ea6b504b63c44990ead352afea2bc15e9" 571 652 dependencies = [ 572 653 "aws-credential-types", 573 654 "aws-http", ··· 582 663 "http", 583 664 "percent-encoding", 584 665 "tracing", 585 - "uuid 1.5.0", 666 + "uuid 1.6.1", 586 667 ] 587 668 588 669 [[package]] 589 670 name = "aws-sdk-s3" 590 - version = "0.36.0" 671 + version = "0.39.1" 591 672 source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "cf188e8af89adb0b41ae2f21b6c666c618959e40242e79aaa43fafa9c0c90a8a" 673 + checksum = "29223b1074621f1d011bac836d995c002936663052b1e7ad02927551b17d6625" 593 674 dependencies = [ 594 675 "aws-credential-types", 595 676 "aws-http", ··· 617 698 618 699 [[package]] 619 700 name = "aws-sdk-sso" 620 - version = "0.36.0" 701 + version = "1.3.0" 621 702 source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "2eb8158015232b4596ccef74a205600398e152d704b40b7ec9f486092474d7fa" 703 + checksum = "0619ab97a5ca8982e7de073cdc66f93e5f6a1b05afc09e696bec1cb3607cd4df" 623 704 dependencies = [ 624 705 "aws-credential-types", 625 706 "aws-http", ··· 639 720 640 721 [[package]] 641 722 name = "aws-sdk-ssooidc" 642 - version = "0.36.0" 723 + version = "1.3.0" 643 724 source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "36a1493e1c57f173e53621935bfb5b6217376168dbdb4cd459aebcf645924a48" 725 + checksum = "f04b9f5474cc0f35d829510b2ec8c21e352309b46bf9633c5a81fb9321e9b1c7" 645 726 dependencies = [ 646 727 "aws-credential-types", 647 728 "aws-http", ··· 661 742 662 743 [[package]] 663 744 name = "aws-sdk-sts" 664 - version = "0.36.0" 745 + version = "1.3.1" 665 746 source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "e032b77f5cd1dd3669d777a38ac08cbf8ec68e29460d4ef5d3e50cffa74ec75a" 747 + checksum = "798c8d82203af9e15a8b406574e0b36da91dd6db533028b74676489a1bc8bc7d" 667 748 dependencies = [ 668 749 "aws-credential-types", 669 750 "aws-http", ··· 684 765 685 766 [[package]] 686 767 name = "aws-sigv4" 687 - version = "0.57.2" 768 + version = "1.0.1" 688 769 source = "registry+https://github.com/rust-lang/crates.io-index" 689 - checksum = "64f81a6abc4daab06b53cabf27c54189928893283093e37164ca53aa47488a5b" 770 + checksum = "380adcc8134ad8bbdfeb2ace7626a869914ee266322965276cbc54066186d236" 690 771 dependencies = [ 691 772 "aws-credential-types", 692 773 "aws-smithy-eventstream", 693 774 "aws-smithy-http", 694 775 "aws-smithy-runtime-api", 776 + "aws-smithy-types", 695 777 "bytes", 778 + "crypto-bigint 0.5.5", 696 779 "form_urlencoded", 697 780 "hex", 698 781 "hmac", 699 782 "http", 700 - "num-bigint", 701 783 "once_cell", 702 784 "p256", 703 785 "percent-encoding", 704 786 "regex", 705 - "ring 0.17.5", 787 + "ring 0.17.6", 706 788 "sha2 0.10.8", 789 + "subtle", 707 790 "time", 708 791 "tracing", 709 792 "zeroize", ··· 711 794 712 795 [[package]] 713 796 name = "aws-smithy-async" 714 - version = "0.57.2" 797 + version = "1.0.2" 715 798 source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "dbe53fccd3b10414b9cae63767a15a2789b34e6c6727b6e32b33e8c7998a3e80" 799 + checksum = "3e37ca17d25fe1e210b6d4bdf59b81caebfe99f986201a1228cb5061233b4b13" 717 800 dependencies = [ 718 801 "futures-util", 719 802 "pin-project-lite", ··· 722 805 723 806 [[package]] 724 807 name = "aws-smithy-checksums" 725 - version = "0.57.2" 808 + version = "0.60.0" 726 809 source = "registry+https://github.com/rust-lang/crates.io-index" 727 - checksum = "9fb5701fbfb40600cc0fa547f318552dfd4e632b2099bd75d95fb0faae70675d" 810 + checksum = "c5a373ec01aede3dd066ec018c1bc4e8f5dd11b2c11c59c8eef1a5c68101f397" 728 811 dependencies = [ 729 812 "aws-smithy-http", 730 813 "aws-smithy-types", ··· 743 826 744 827 [[package]] 745 828 name = "aws-smithy-eventstream" 746 - version = "0.57.2" 829 + version = "0.60.0" 747 830 source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "6b33fa99f928a5815b94ee07e1377901bcf51aa749034a2c802dc38f9dcfacf5" 831 + checksum = "1c669e1e5fc0d79561bf7a122b118bd50c898758354fe2c53eb8f2d31507cbc3" 749 832 dependencies = [ 750 833 "aws-smithy-types", 751 834 "bytes", ··· 754 837 755 838 [[package]] 756 839 name = "aws-smithy-http" 757 - version = "0.57.2" 840 + version = "0.60.0" 758 841 source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "f7972373213d1d6e619c0edc9dda2d6634154e4ed75c5e0b2bf065cd5ec9f0d1" 842 + checksum = "5b1de8aee22f67de467b2e3d0dd0fb30859dc53f579a63bd5381766b987db644" 760 843 dependencies = [ 761 844 "aws-smithy-eventstream", 762 845 "aws-smithy-runtime-api", ··· 775 858 776 859 [[package]] 777 860 name = "aws-smithy-json" 778 - version = "0.57.2" 861 + version = "0.60.0" 779 862 source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "b6d64d5af16dd585de9ff6c606423c1aaad47c6baa38de41c2beb32ef21c6645" 863 + checksum = "6a46dd338dc9576d6a6a5b5a19bd678dcad018ececee11cf28ecd7588bd1a55c" 781 864 dependencies = [ 782 865 "aws-smithy-types", 783 866 ] 784 867 785 868 [[package]] 786 869 name = "aws-smithy-query" 787 - version = "0.57.2" 870 + version = "0.60.0" 788 871 source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "7527bf5335154ba1b285479c50b630e44e93d1b4a759eaceb8d0bf9fbc82caa5" 872 + checksum = "feb5b8c7a86d4b6399169670723b7e6f21a39fc833a30f5c5a2f997608178129" 790 873 dependencies = [ 791 874 "aws-smithy-types", 792 875 "urlencoding", ··· 794 877 795 878 [[package]] 796 879 name = "aws-smithy-runtime" 797 - version = "0.57.2" 880 + version = "1.0.2" 798 881 source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "839b363adf3b2bdab2742a1f540fec23039ea8bc9ec0f9f61df48470cfe5527b" 882 + checksum = "273479291efc55e7b0bce985b139d86b6031adb8e50f65c1f712f20ba38f6388" 800 883 dependencies = [ 801 884 "aws-smithy-async", 802 885 "aws-smithy-http", ··· 804 887 "aws-smithy-types", 805 888 "bytes", 806 889 "fastrand 2.0.1", 890 + "h2", 807 891 "http", 808 892 "http-body", 809 893 "hyper", ··· 818 902 819 903 [[package]] 820 904 name = "aws-smithy-runtime-api" 821 - version = "0.57.2" 905 + version = "1.0.2" 822 906 source = "registry+https://github.com/rust-lang/crates.io-index" 823 - checksum = "f24ecc446e62c3924539e7c18dec8038dba4fdf8718d5c2de62f9d2fecca8ba9" 907 + checksum = "c6cebff0d977b6b6feed2fd07db52aac58ba3ccaf26cdd49f1af4add5061bef9" 824 908 dependencies = [ 825 909 "aws-smithy-async", 826 910 "aws-smithy-types", ··· 834 918 835 919 [[package]] 836 920 name = "aws-smithy-types" 837 - version = "0.57.2" 921 + version = "1.0.2" 838 922 source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "051de910296522a21178a2ea402ea59027eef4b63f1cef04a0be2bb5e25dea03" 923 + checksum = "d7f48b3f27ddb40ab19892a5abda331f403e3cb877965e4e51171447807104af" 840 924 dependencies = [ 841 925 "base64-simd", 842 926 "bytes", ··· 857 941 858 942 [[package]] 859 943 name = "aws-smithy-xml" 860 - version = "0.57.2" 944 + version = "0.60.0" 861 945 source = "registry+https://github.com/rust-lang/crates.io-index" 862 - checksum = "cb1e3ac22c652662096c8e37a6f9af80c6f3520cab5610b2fe76c725bce18eac" 946 + checksum = "0ec40d74a67fd395bc3f6b4ccbdf1543672622d905ef3f979689aea5b730cb95" 863 947 dependencies = [ 864 948 "xmlparser", 865 949 ] 866 950 867 951 [[package]] 868 952 name = "aws-types" 869 - version = "0.57.2" 953 + version = "1.0.1" 870 954 source = "registry+https://github.com/rust-lang/crates.io-index" 871 - checksum = "048bbf1c24cdf4eb1efcdc243388a93a90ebf63979e25fc1c7b8cbd9cb6beb38" 955 + checksum = "8403fc56b1f3761e8efe45771ddc1165e47ec3417c68e68a4519b5cb030159ca" 872 956 dependencies = [ 873 957 "aws-credential-types", 874 958 "aws-smithy-async", ··· 1159 1243 source = "registry+https://github.com/rust-lang/crates.io-index" 1160 1244 checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 1161 1245 dependencies = [ 1162 - "async-channel 2.1.0", 1163 - "async-lock 3.1.0", 1246 + "async-channel 2.1.1", 1247 + "async-lock 3.1.2", 1164 1248 "async-task", 1165 1249 "fastrand 2.0.1", 1166 1250 "futures-io", ··· 1491 1575 1492 1576 [[package]] 1493 1577 name = "clap" 1494 - version = "4.4.8" 1578 + version = "4.4.10" 1495 1579 source = "registry+https://github.com/rust-lang/crates.io-index" 1496 - checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" 1580 + checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" 1497 1581 dependencies = [ 1498 1582 "clap_builder", 1499 1583 "clap_derive", ··· 1501 1585 1502 1586 [[package]] 1503 1587 name = "clap_builder" 1504 - version = "4.4.8" 1588 + version = "4.4.9" 1505 1589 source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" 1590 + checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" 1507 1591 dependencies = [ 1508 1592 "anstream", 1509 1593 "anstyle", ··· 1559 1643 ] 1560 1644 1561 1645 [[package]] 1646 + name = "comfy-table" 1647 + version = "7.1.0" 1648 + source = "registry+https://github.com/rust-lang/crates.io-index" 1649 + checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" 1650 + dependencies = [ 1651 + "crossterm", 1652 + "strum", 1653 + "strum_macros", 1654 + "unicode-width", 1655 + ] 1656 + 1657 + [[package]] 1562 1658 name = "concurrent-queue" 1563 1659 version = "2.3.0" 1564 1660 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1657 1753 1658 1754 [[package]] 1659 1755 name = "core-foundation" 1660 - version = "0.9.3" 1756 + version = "0.9.4" 1661 1757 source = "registry+https://github.com/rust-lang/crates.io-index" 1662 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 1758 + checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1663 1759 dependencies = [ 1664 1760 "core-foundation-sys", 1665 1761 "libc", ··· 1667 1763 1668 1764 [[package]] 1669 1765 name = "core-foundation-sys" 1670 - version = "0.8.4" 1766 + version = "0.8.6" 1671 1767 source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 1768 + checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 1673 1769 1674 1770 [[package]] 1675 1771 name = "cpufeatures" ··· 1801 1897 ] 1802 1898 1803 1899 [[package]] 1900 + name = "crossterm" 1901 + version = "0.27.0" 1902 + source = "registry+https://github.com/rust-lang/crates.io-index" 1903 + checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 1904 + dependencies = [ 1905 + "bitflags 2.4.1", 1906 + "crossterm_winapi", 1907 + "libc", 1908 + "parking_lot 0.12.1", 1909 + "winapi", 1910 + ] 1911 + 1912 + [[package]] 1913 + name = "crossterm_winapi" 1914 + version = "0.9.1" 1915 + source = "registry+https://github.com/rust-lang/crates.io-index" 1916 + checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 1917 + dependencies = [ 1918 + "winapi", 1919 + ] 1920 + 1921 + [[package]] 1804 1922 name = "crunchy" 1805 1923 version = "0.2.2" 1806 1924 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1819 1937 ] 1820 1938 1821 1939 [[package]] 1940 + name = "crypto-bigint" 1941 + version = "0.5.5" 1942 + source = "registry+https://github.com/rust-lang/crates.io-index" 1943 + checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1944 + dependencies = [ 1945 + "rand_core 0.6.4", 1946 + "subtle", 1947 + ] 1948 + 1949 + [[package]] 1822 1950 name = "crypto-common" 1823 1951 version = "0.1.6" 1824 1952 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1905 2033 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1906 2034 dependencies = [ 1907 2035 "cfg-if", 1908 - "hashbrown 0.14.2", 2036 + "hashbrown 0.14.3", 1909 2037 "lock_api", 1910 2038 "once_cell", 1911 2039 "parking_lot_core 0.9.9", ··· 1913 2041 1914 2042 [[package]] 1915 2043 name = "data-encoding" 1916 - version = "2.4.0" 2044 + version = "2.5.0" 1917 2045 source = "registry+https://github.com/rust-lang/crates.io-index" 1918 - checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" 2046 + checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 1919 2047 1920 2048 [[package]] 1921 2049 name = "data-url" ··· 1925 2053 1926 2054 [[package]] 1927 2055 name = "data-url" 1928 - version = "0.3.0" 2056 + version = "0.3.1" 1929 2057 source = "registry+https://github.com/rust-lang/crates.io-index" 1930 - checksum = "41b319d1b62ffbd002e057f36bebd1f42b9f97927c9577461d855f3513c4289f" 2058 + checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1931 2059 1932 2060 [[package]] 1933 2061 name = "debug-helper" ··· 1942 2070 checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1943 2071 dependencies = [ 1944 2072 "serde", 1945 - "uuid 1.5.0", 2073 + "uuid 1.6.1", 1946 2074 ] 1947 2075 1948 2076 [[package]] ··· 2063 2191 source = "registry+https://github.com/rust-lang/crates.io-index" 2064 2192 checksum = "a798670c20308e5770cc0775de821424ff9e85665b602928509c8c70430b3ee0" 2065 2193 dependencies = [ 2066 - "data-url 0.3.0", 2194 + "data-url 0.3.1", 2067 2195 "serde", 2068 2196 "url", 2069 2197 ] ··· 2129 2257 "flate2", 2130 2258 "serde", 2131 2259 "tokio", 2132 - "uuid 1.5.0", 2260 + "uuid 1.6.1", 2133 2261 "windows-sys 0.48.0", 2134 2262 ] 2135 2263 ··· 2313 2441 ] 2314 2442 2315 2443 [[package]] 2444 + name = "doc-comment" 2445 + version = "0.3.3" 2446 + source = "registry+https://github.com/rust-lang/crates.io-index" 2447 + checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 2448 + 2449 + [[package]] 2316 2450 name = "dotenv" 2317 2451 version = "0.15.0" 2318 2452 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2390 2524 checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 2391 2525 dependencies = [ 2392 2526 "base16ct", 2393 - "crypto-bigint", 2527 + "crypto-bigint 0.4.9", 2394 2528 "der 0.6.1", 2395 2529 "digest 0.10.7", 2396 2530 "ff", ··· 2495 2629 ] 2496 2630 2497 2631 [[package]] 2632 + name = "enum_dispatch" 2633 + version = "0.3.12" 2634 + source = "registry+https://github.com/rust-lang/crates.io-index" 2635 + checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" 2636 + dependencies = [ 2637 + "once_cell", 2638 + "proc-macro2", 2639 + "quote", 2640 + "syn 2.0.39", 2641 + ] 2642 + 2643 + [[package]] 2498 2644 name = "enumflags2" 2499 2645 version = "0.7.8" 2500 2646 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2522 2668 2523 2669 [[package]] 2524 2670 name = "errno" 2525 - version = "0.3.7" 2671 + version = "0.3.8" 2526 2672 source = "registry+https://github.com/rust-lang/crates.io-index" 2527 - checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8" 2673 + checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 2528 2674 dependencies = [ 2529 2675 "libc", 2530 - "windows-sys 0.48.0", 2676 + "windows-sys 0.52.0", 2531 2677 ] 2532 2678 2533 2679 [[package]] ··· 2551 2697 ] 2552 2698 2553 2699 [[package]] 2700 + name = "ethnum" 2701 + version = "1.5.0" 2702 + source = "registry+https://github.com/rust-lang/crates.io-index" 2703 + checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" 2704 + 2705 + [[package]] 2554 2706 name = "event-listener" 2555 2707 version = "2.5.3" 2556 2708 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2558 2710 2559 2711 [[package]] 2560 2712 name = "event-listener" 2561 - version = "3.1.0" 2713 + version = "4.0.0" 2562 2714 source = "registry+https://github.com/rust-lang/crates.io-index" 2563 - checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 2715 + checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae" 2564 2716 dependencies = [ 2565 2717 "concurrent-queue", 2566 2718 "parking", ··· 2569 2721 2570 2722 [[package]] 2571 2723 name = "event-listener-strategy" 2572 - version = "0.3.0" 2724 + version = "0.4.0" 2573 2725 source = "registry+https://github.com/rust-lang/crates.io-index" 2574 - checksum = "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160" 2726 + checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 2575 2727 dependencies = [ 2576 - "event-listener 3.1.0", 2728 + "event-listener 4.0.0", 2577 2729 "pin-project-lite", 2578 2730 ] 2579 2731 ··· 2582 2734 version = "0.2.0" 2583 2735 source = "registry+https://github.com/rust-lang/crates.io-index" 2584 2736 checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 2737 + 2738 + [[package]] 2739 + name = "fallible-streaming-iterator" 2740 + version = "0.1.9" 2741 + source = "registry+https://github.com/rust-lang/crates.io-index" 2742 + checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 2743 + 2744 + [[package]] 2745 + name = "fast-float" 2746 + version = "0.2.0" 2747 + source = "registry+https://github.com/rust-lang/crates.io-index" 2748 + checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" 2585 2749 2586 2750 [[package]] 2587 2751 name = "fastrand" ··· 2671 2835 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 2672 2836 2673 2837 [[package]] 2838 + name = "foreign_vec" 2839 + version = "0.1.0" 2840 + source = "registry+https://github.com/rust-lang/crates.io-index" 2841 + checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" 2842 + 2843 + [[package]] 2674 2844 name = "form_urlencoded" 2675 - version = "1.2.0" 2845 + version = "1.2.1" 2676 2846 source = "registry+https://github.com/rust-lang/crates.io-index" 2677 - checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 2847 + checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 2678 2848 dependencies = [ 2679 2849 "percent-encoding", 2680 2850 ] ··· 2850 3020 source = "registry+https://github.com/rust-lang/crates.io-index" 2851 3021 checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" 2852 3022 dependencies = [ 3023 + "fastrand 2.0.1", 2853 3024 "futures-core", 3025 + "futures-io", 3026 + "memchr", 3027 + "parking", 2854 3028 "pin-project-lite", 2855 3029 ] 2856 3030 ··· 3092 3266 3093 3267 [[package]] 3094 3268 name = "gimli" 3095 - version = "0.28.0" 3269 + version = "0.28.1" 3096 3270 source = "registry+https://github.com/rust-lang/crates.io-index" 3097 - checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 3271 + checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 3098 3272 3099 3273 [[package]] 3100 3274 name = "git-version" ··· 3149 3323 3150 3324 [[package]] 3151 3325 name = "gosyn" 3152 - version = "0.2.5" 3326 + version = "0.2.6" 3153 3327 source = "registry+https://github.com/rust-lang/crates.io-index" 3154 - checksum = "2c003b8c167a1abb8b170baacf075dcdac2aaf5732bc94fead3d6ce429df7aa8" 3328 + checksum = "099e29e0cf77a5b706f9e05e425cfeeed0debb2ee6c74c2c86bd9b17178bf8e0" 3155 3329 dependencies = [ 3156 3330 "anyhow", 3157 3331 "strum", ··· 3223 3397 3224 3398 [[package]] 3225 3399 name = "hashbrown" 3226 - version = "0.14.2" 3400 + version = "0.14.3" 3227 3401 source = "registry+https://github.com/rust-lang/crates.io-index" 3228 - checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" 3402 + checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 3229 3403 dependencies = [ 3230 3404 "ahash 0.8.6", 3231 3405 "allocator-api2", 3406 + "rayon", 3232 3407 ] 3233 3408 3234 3409 [[package]] ··· 3237 3412 source = "registry+https://github.com/rust-lang/crates.io-index" 3238 3413 checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 3239 3414 dependencies = [ 3240 - "hashbrown 0.14.2", 3415 + "hashbrown 0.14.3", 3241 3416 ] 3242 3417 3243 3418 [[package]] ··· 3391 3566 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 3392 3567 3393 3568 [[package]] 3569 + name = "humantime" 3570 + version = "2.1.0" 3571 + source = "registry+https://github.com/rust-lang/crates.io-index" 3572 + checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 3573 + 3574 + [[package]] 3394 3575 name = "hyper" 3395 3576 version = "0.14.27" 3396 3577 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3474 3655 3475 3656 [[package]] 3476 3657 name = "idna" 3477 - version = "0.4.0" 3658 + version = "0.5.0" 3478 3659 source = "registry+https://github.com/rust-lang/crates.io-index" 3479 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 3660 + checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 3480 3661 dependencies = [ 3481 3662 "unicode-bidi", 3482 3663 "unicode-normalization", ··· 3506 3687 checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 3507 3688 dependencies = [ 3508 3689 "equivalent", 3509 - "hashbrown 0.14.2", 3690 + "hashbrown 0.14.3", 3510 3691 ] 3511 3692 3512 3693 [[package]] ··· 3623 3804 checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 3624 3805 3625 3806 [[package]] 3807 + name = "itoap" 3808 + version = "1.0.1" 3809 + source = "registry+https://github.com/rust-lang/crates.io-index" 3810 + checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8" 3811 + 3812 + [[package]] 3626 3813 name = "jobserver" 3627 3814 version = "0.1.27" 3628 3815 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3633 3820 3634 3821 [[package]] 3635 3822 name = "js-sys" 3636 - version = "0.3.65" 3823 + version = "0.3.66" 3637 3824 source = "registry+https://github.com/rust-lang/crates.io-index" 3638 - checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" 3825 + checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" 3639 3826 dependencies = [ 3640 3827 "wasm-bindgen", 3641 3828 ] ··· 3778 3965 3779 3966 [[package]] 3780 3967 name = "libsqlite3-sys" 3781 - version = "0.26.0" 3968 + version = "0.27.0" 3782 3969 source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" 3970 + checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 3784 3971 dependencies = [ 3785 3972 "cc", 3786 3973 "pkg-config", ··· 3828 4015 3829 4016 [[package]] 3830 4017 name = "linux-raw-sys" 3831 - version = "0.4.11" 4018 + version = "0.4.12" 3832 4019 source = "registry+https://github.com/rust-lang/crates.io-index" 3833 - checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" 4020 + checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 3834 4021 3835 4022 [[package]] 3836 4023 name = "lock_api" ··· 3863 4050 3864 4051 [[package]] 3865 4052 name = "lru" 3866 - version = "0.12.0" 4053 + version = "0.12.1" 3867 4054 source = "registry+https://github.com/rust-lang/crates.io-index" 3868 - checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" 4055 + checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" 3869 4056 dependencies = [ 3870 - "hashbrown 0.14.2", 4057 + "hashbrown 0.14.3", 4058 + ] 4059 + 4060 + [[package]] 4061 + name = "lz4" 4062 + version = "1.24.0" 4063 + source = "registry+https://github.com/rust-lang/crates.io-index" 4064 + checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" 4065 + dependencies = [ 4066 + "libc", 4067 + "lz4-sys", 4068 + ] 4069 + 4070 + [[package]] 4071 + name = "lz4-sys" 4072 + version = "1.9.4" 4073 + source = "registry+https://github.com/rust-lang/crates.io-index" 4074 + checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" 4075 + dependencies = [ 4076 + "cc", 4077 + "libc", 3871 4078 ] 3872 4079 3873 4080 [[package]] ··· 3936 4143 "smtp-proto", 3937 4144 "tokio", 3938 4145 "tokio-rustls 0.24.1", 3939 - "webpki-roots 0.25.2", 4146 + "webpki-roots 0.25.3", 3940 4147 ] 3941 4148 3942 4149 [[package]] ··· 4127 4334 ] 4128 4335 4129 4336 [[package]] 4337 + name = "multiversion" 4338 + version = "0.7.3" 4339 + source = "registry+https://github.com/rust-lang/crates.io-index" 4340 + checksum = "b2c7b9d7fe61760ce5ea19532ead98541f6b4c495d87247aff9826445cf6872a" 4341 + dependencies = [ 4342 + "multiversion-macros", 4343 + "target-features", 4344 + ] 4345 + 4346 + [[package]] 4347 + name = "multiversion-macros" 4348 + version = "0.7.3" 4349 + source = "registry+https://github.com/rust-lang/crates.io-index" 4350 + checksum = "26a83d8500ed06d68877e9de1dde76c1dbb83885dcdbda4ef44ccbc3fbda2ac8" 4351 + dependencies = [ 4352 + "proc-macro2", 4353 + "quote", 4354 + "syn 1.0.109", 4355 + "target-features", 4356 + ] 4357 + 4358 + [[package]] 4130 4359 name = "mysql-common-derive" 4131 4360 version = "0.30.2" 4132 4361 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4213 4442 "subprocess", 4214 4443 "thiserror", 4215 4444 "time", 4216 - "uuid 1.5.0", 4445 + "uuid 1.6.1", 4217 4446 "zstd 0.12.4", 4218 4447 ] 4219 4448 ··· 4263 4492 ] 4264 4493 4265 4494 [[package]] 4495 + name = "now" 4496 + version = "0.1.3" 4497 + source = "registry+https://github.com/rust-lang/crates.io-index" 4498 + checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0" 4499 + dependencies = [ 4500 + "chrono", 4501 + ] 4502 + 4503 + [[package]] 4504 + name = "ntapi" 4505 + version = "0.4.1" 4506 + source = "registry+https://github.com/rust-lang/crates.io-index" 4507 + checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 4508 + dependencies = [ 4509 + "winapi", 4510 + ] 4511 + 4512 + [[package]] 4266 4513 name = "nu-ansi-term" 4267 4514 version = "0.46.0" 4268 4515 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4369 4616 ] 4370 4617 4371 4618 [[package]] 4619 + name = "object_store" 4620 + version = "0.8.0" 4621 + source = "registry+https://github.com/rust-lang/crates.io-index" 4622 + checksum = "2524735495ea1268be33d200e1ee97455096a0846295a21548cd2f3541de7050" 4623 + dependencies = [ 4624 + "async-trait", 4625 + "base64 0.21.5", 4626 + "bytes", 4627 + "chrono", 4628 + "futures", 4629 + "humantime", 4630 + "hyper", 4631 + "itertools 0.11.0", 4632 + "parking_lot 0.12.1", 4633 + "percent-encoding", 4634 + "quick-xml 0.31.0", 4635 + "rand 0.8.5", 4636 + "reqwest", 4637 + "ring 0.17.6", 4638 + "serde", 4639 + "serde_json", 4640 + "snafu", 4641 + "tokio", 4642 + "tracing", 4643 + "url", 4644 + "walkdir", 4645 + ] 4646 + 4647 + [[package]] 4372 4648 name = "once_cell" 4373 4649 version = "1.18.0" 4374 4650 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4415 4691 4416 4692 [[package]] 4417 4693 name = "openssl" 4418 - version = "0.10.59" 4694 + version = "0.10.60" 4419 4695 source = "registry+https://github.com/rust-lang/crates.io-index" 4420 - checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33" 4696 + checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" 4421 4697 dependencies = [ 4422 4698 "bitflags 2.4.1", 4423 4699 "cfg-if", ··· 4447 4723 4448 4724 [[package]] 4449 4725 name = "openssl-sys" 4450 - version = "0.9.95" 4726 + version = "0.9.96" 4451 4727 source = "registry+https://github.com/rust-lang/crates.io-index" 4452 - checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9" 4728 + checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" 4453 4729 dependencies = [ 4454 4730 "cc", 4455 4731 "libc", ··· 4541 4817 ] 4542 4818 4543 4819 [[package]] 4820 + name = "parquet-format-safe" 4821 + version = "0.2.4" 4822 + source = "registry+https://github.com/rust-lang/crates.io-index" 4823 + checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f" 4824 + dependencies = [ 4825 + "async-trait", 4826 + "futures", 4827 + ] 4828 + 4829 + [[package]] 4544 4830 name = "parse-zoneinfo" 4545 4831 version = "0.3.0" 4546 4832 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4640 4926 4641 4927 [[package]] 4642 4928 name = "percent-encoding" 4643 - version = "2.3.0" 4929 + version = "2.3.1" 4644 4930 source = "registry+https://github.com/rust-lang/crates.io-index" 4645 - checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 4931 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 4646 4932 4647 4933 [[package]] 4648 4934 name = "pg-embed" ··· 4822 5108 dependencies = [ 4823 5109 "der 0.7.8", 4824 5110 "pkcs8 0.10.2", 4825 - "spki 0.7.2", 5111 + "spki 0.7.3", 4826 5112 ] 4827 5113 4828 5114 [[package]] ··· 4842 5128 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 4843 5129 dependencies = [ 4844 5130 "der 0.7.8", 4845 - "spki 0.7.2", 5131 + "spki 0.7.3", 4846 5132 ] 4847 5133 4848 5134 [[package]] ··· 4852 5138 checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 4853 5139 4854 5140 [[package]] 5141 + name = "planus" 5142 + version = "0.3.1" 5143 + source = "registry+https://github.com/rust-lang/crates.io-index" 5144 + checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f" 5145 + dependencies = [ 5146 + "array-init-cursor", 5147 + ] 5148 + 5149 + [[package]] 4855 5150 name = "pmutil" 4856 5151 version = "0.5.3" 4857 5152 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4874 5169 ] 4875 5170 4876 5171 [[package]] 5172 + name = "polars" 5173 + version = "0.35.4" 5174 + source = "registry+https://github.com/rust-lang/crates.io-index" 5175 + checksum = "df8e52f9236eb722da0990a70bbb1216dcc7a77bcb00c63439d2d982823e90d5" 5176 + dependencies = [ 5177 + "getrandom 0.2.11", 5178 + "polars-core", 5179 + "polars-io", 5180 + "polars-lazy", 5181 + "polars-ops", 5182 + "polars-sql", 5183 + "polars-time", 5184 + "version_check", 5185 + ] 5186 + 5187 + [[package]] 5188 + name = "polars-arrow" 5189 + version = "0.35.4" 5190 + source = "registry+https://github.com/rust-lang/crates.io-index" 5191 + checksum = "dd503430a6d9779b07915d858865fe998317ef3cfef8973881f578ac5d4baae7" 5192 + dependencies = [ 5193 + "ahash 0.8.6", 5194 + "arrow-format", 5195 + "atoi 2.0.0", 5196 + "atoi_simd", 5197 + "bytemuck", 5198 + "chrono", 5199 + "dyn-clone", 5200 + "either", 5201 + "ethnum", 5202 + "fast-float", 5203 + "foreign_vec", 5204 + "futures", 5205 + "getrandom 0.2.11", 5206 + "hashbrown 0.14.3", 5207 + "itoa", 5208 + "lz4", 5209 + "multiversion", 5210 + "num-traits", 5211 + "polars-error", 5212 + "polars-utils", 5213 + "rustc_version 0.4.0", 5214 + "ryu", 5215 + "simdutf8", 5216 + "streaming-iterator", 5217 + "strength_reduce", 5218 + "zstd 0.13.0", 5219 + ] 5220 + 5221 + [[package]] 5222 + name = "polars-core" 5223 + version = "0.35.4" 5224 + source = "registry+https://github.com/rust-lang/crates.io-index" 5225 + checksum = "ae73d5b8e55decde670caba1cc82b61f14bfb9a72503198f0997d657a98dcfd6" 5226 + dependencies = [ 5227 + "ahash 0.8.6", 5228 + "bitflags 2.4.1", 5229 + "bytemuck", 5230 + "chrono", 5231 + "comfy-table", 5232 + "either", 5233 + "hashbrown 0.14.3", 5234 + "indexmap 2.1.0", 5235 + "itoap", 5236 + "num-traits", 5237 + "once_cell", 5238 + "polars-arrow", 5239 + "polars-error", 5240 + "polars-row", 5241 + "polars-utils", 5242 + "rand 0.8.5", 5243 + "rand_distr", 5244 + "rayon", 5245 + "regex", 5246 + "smartstring", 5247 + "thiserror", 5248 + "version_check", 5249 + "xxhash-rust", 5250 + ] 5251 + 5252 + [[package]] 5253 + name = "polars-error" 5254 + version = "0.35.4" 5255 + source = "registry+https://github.com/rust-lang/crates.io-index" 5256 + checksum = "eb0520d68eaa9993ae0c741409d1526beff5b8f48e1d73e4381616f8152cf488" 5257 + dependencies = [ 5258 + "arrow-format", 5259 + "object_store", 5260 + "regex", 5261 + "simdutf8", 5262 + "thiserror", 5263 + ] 5264 + 5265 + [[package]] 5266 + name = "polars-io" 5267 + version = "0.35.4" 5268 + source = "registry+https://github.com/rust-lang/crates.io-index" 5269 + checksum = "96e10a0745acd6009db64bef0ceb9e23a70b1c27b26a0a6517c91f3e6363bc06" 5270 + dependencies = [ 5271 + "ahash 0.8.6", 5272 + "async-trait", 5273 + "atoi_simd", 5274 + "bytes", 5275 + "chrono", 5276 + "fast-float", 5277 + "flate2", 5278 + "futures", 5279 + "home", 5280 + "itoa", 5281 + "memchr", 5282 + "memmap2", 5283 + "num-traits", 5284 + "object_store", 5285 + "once_cell", 5286 + "percent-encoding", 5287 + "polars-arrow", 5288 + "polars-core", 5289 + "polars-error", 5290 + "polars-parquet", 5291 + "polars-time", 5292 + "polars-utils", 5293 + "rayon", 5294 + "regex", 5295 + "reqwest", 5296 + "ryu", 5297 + "simdutf8", 5298 + "smartstring", 5299 + "tokio", 5300 + "tokio-util", 5301 + "url", 5302 + "zstd 0.13.0", 5303 + ] 5304 + 5305 + [[package]] 5306 + name = "polars-lazy" 5307 + version = "0.35.4" 5308 + source = "registry+https://github.com/rust-lang/crates.io-index" 5309 + checksum = "3555f759705be6dd0d3762d16a0b8787b2dc4da73b57465f3b2bf1a070ba8f20" 5310 + dependencies = [ 5311 + "ahash 0.8.6", 5312 + "bitflags 2.4.1", 5313 + "futures", 5314 + "glob", 5315 + "once_cell", 5316 + "polars-arrow", 5317 + "polars-core", 5318 + "polars-io", 5319 + "polars-ops", 5320 + "polars-pipe", 5321 + "polars-plan", 5322 + "polars-time", 5323 + "polars-utils", 5324 + "rayon", 5325 + "smartstring", 5326 + "tokio", 5327 + "version_check", 5328 + ] 5329 + 5330 + [[package]] 5331 + name = "polars-ops" 5332 + version = "0.35.4" 5333 + source = "registry+https://github.com/rust-lang/crates.io-index" 5334 + checksum = "1a7eb218296aaa7f79945f08288ca32ca3cf25fa505649eeee689ec21eebf636" 5335 + dependencies = [ 5336 + "ahash 0.8.6", 5337 + "argminmax", 5338 + "bytemuck", 5339 + "either", 5340 + "hashbrown 0.14.3", 5341 + "indexmap 2.1.0", 5342 + "memchr", 5343 + "num-traits", 5344 + "polars-arrow", 5345 + "polars-core", 5346 + "polars-error", 5347 + "polars-utils", 5348 + "rayon", 5349 + "regex", 5350 + "smartstring", 5351 + "version_check", 5352 + ] 5353 + 5354 + [[package]] 5355 + name = "polars-parquet" 5356 + version = "0.35.4" 5357 + source = "registry+https://github.com/rust-lang/crates.io-index" 5358 + checksum = "146010e4b7dd4d2d0e58ddc762f6361f77d7a0385c54471199370c17164f67dd" 5359 + dependencies = [ 5360 + "ahash 0.8.6", 5361 + "async-stream", 5362 + "base64 0.21.5", 5363 + "brotli", 5364 + "ethnum", 5365 + "flate2", 5366 + "futures", 5367 + "lz4", 5368 + "num-traits", 5369 + "parquet-format-safe", 5370 + "polars-arrow", 5371 + "polars-error", 5372 + "polars-utils", 5373 + "seq-macro", 5374 + "simdutf8", 5375 + "snap", 5376 + "streaming-decompression", 5377 + "zstd 0.13.0", 5378 + ] 5379 + 5380 + [[package]] 5381 + name = "polars-pipe" 5382 + version = "0.35.4" 5383 + source = "registry+https://github.com/rust-lang/crates.io-index" 5384 + checksum = "66094e7df64c932a9a7bdfe7df0c65efdcb192096e11a6a765a9778f78b4bdec" 5385 + dependencies = [ 5386 + "crossbeam-channel", 5387 + "crossbeam-queue", 5388 + "enum_dispatch", 5389 + "futures", 5390 + "hashbrown 0.14.3", 5391 + "num-traits", 5392 + "polars-arrow", 5393 + "polars-core", 5394 + "polars-io", 5395 + "polars-ops", 5396 + "polars-plan", 5397 + "polars-row", 5398 + "polars-utils", 5399 + "rayon", 5400 + "smartstring", 5401 + "tokio", 5402 + "version_check", 5403 + ] 5404 + 5405 + [[package]] 5406 + name = "polars-plan" 5407 + version = "0.35.4" 5408 + source = "registry+https://github.com/rust-lang/crates.io-index" 5409 + checksum = "10e32a0958ef854b132bad7f8369cb3237254635d5e864c99505bc0bc1035fbc" 5410 + dependencies = [ 5411 + "ahash 0.8.6", 5412 + "bytemuck", 5413 + "once_cell", 5414 + "percent-encoding", 5415 + "polars-arrow", 5416 + "polars-core", 5417 + "polars-io", 5418 + "polars-ops", 5419 + "polars-parquet", 5420 + "polars-time", 5421 + "polars-utils", 5422 + "rayon", 5423 + "regex", 5424 + "smartstring", 5425 + "strum_macros", 5426 + "version_check", 5427 + ] 5428 + 5429 + [[package]] 5430 + name = "polars-row" 5431 + version = "0.35.4" 5432 + source = "registry+https://github.com/rust-lang/crates.io-index" 5433 + checksum = "d135ab81cac2906ba74ea8984c7e6025d081ae5867615bcefb4d84dfdb456dac" 5434 + dependencies = [ 5435 + "polars-arrow", 5436 + "polars-error", 5437 + "polars-utils", 5438 + ] 5439 + 5440 + [[package]] 5441 + name = "polars-sql" 5442 + version = "0.35.4" 5443 + source = "registry+https://github.com/rust-lang/crates.io-index" 5444 + checksum = "b8dbd7786849a5e3ad1fde188bf38141632f626e3a57319b0bbf7a5f1d75519e" 5445 + dependencies = [ 5446 + "polars-arrow", 5447 + "polars-core", 5448 + "polars-error", 5449 + "polars-lazy", 5450 + "polars-plan", 5451 + "rand 0.8.5", 5452 + "serde", 5453 + "serde_json", 5454 + "sqlparser", 5455 + ] 5456 + 5457 + [[package]] 5458 + name = "polars-time" 5459 + version = "0.35.4" 5460 + source = "registry+https://github.com/rust-lang/crates.io-index" 5461 + checksum = "aae56f79e9cedd617773c1c8f5ca84a31a8b1d593714959d5f799e7bdd98fe51" 5462 + dependencies = [ 5463 + "atoi 2.0.0", 5464 + "chrono", 5465 + "now", 5466 + "once_cell", 5467 + "polars-arrow", 5468 + "polars-core", 5469 + "polars-error", 5470 + "polars-ops", 5471 + "polars-utils", 5472 + "regex", 5473 + "smartstring", 5474 + ] 5475 + 5476 + [[package]] 5477 + name = "polars-utils" 5478 + version = "0.35.4" 5479 + source = "registry+https://github.com/rust-lang/crates.io-index" 5480 + checksum = "da6ce68169fe61d46958c8eab7447360f30f2f23f6e24a0ce703a14b0a3cfbfc" 5481 + dependencies = [ 5482 + "ahash 0.8.6", 5483 + "bytemuck", 5484 + "hashbrown 0.14.3", 5485 + "indexmap 2.1.0", 5486 + "num-traits", 5487 + "once_cell", 5488 + "polars-error", 5489 + "rayon", 5490 + "smartstring", 5491 + "sysinfo", 5492 + "version_check", 5493 + ] 5494 + 5495 + [[package]] 4877 5496 name = "polling" 4878 5497 version = "2.8.0" 4879 5498 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4890 5509 ] 4891 5510 4892 5511 [[package]] 5512 + name = "polling" 5513 + version = "3.3.1" 5514 + source = "registry+https://github.com/rust-lang/crates.io-index" 5515 + checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e" 5516 + dependencies = [ 5517 + "cfg-if", 5518 + "concurrent-queue", 5519 + "pin-project-lite", 5520 + "rustix 0.38.26", 5521 + "tracing", 5522 + "windows-sys 0.52.0", 5523 + ] 5524 + 5525 + [[package]] 4893 5526 name = "portable-atomic" 4894 5527 version = "1.5.1" 4895 5528 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4953 5586 "postgres-protocol", 4954 5587 "serde", 4955 5588 "serde_json", 4956 - "uuid 1.5.0", 5589 + "uuid 1.6.1", 4957 5590 ] 4958 5591 4959 5592 [[package]] ··· 5051 5684 5052 5685 [[package]] 5053 5686 name = "proc-macro2" 5054 - version = "1.0.69" 5687 + version = "1.0.70" 5055 5688 source = "registry+https://github.com/rust-lang/crates.io-index" 5056 - checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 5689 + checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 5057 5690 dependencies = [ 5058 5691 "unicode-ident", 5059 5692 ] ··· 5213 5846 5214 5847 [[package]] 5215 5848 name = "pulp" 5216 - version = "0.18.4" 5849 + version = "0.18.6" 5217 5850 source = "registry+https://github.com/rust-lang/crates.io-index" 5218 - checksum = "7057c1435edb390ebfc51743abad043377f1f698ce8e649a9b52a4b378be5e4d" 5851 + checksum = "16785ee69419641c75affff7c9fdbdb7c0ab26dc9a5fb5218c2a2e9e4ef2087d" 5219 5852 dependencies = [ 5220 5853 "bytemuck", 5221 5854 "libm", ··· 5234 5867 ] 5235 5868 5236 5869 [[package]] 5870 + name = "quick-xml" 5871 + version = "0.31.0" 5872 + source = "registry+https://github.com/rust-lang/crates.io-index" 5873 + checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 5874 + dependencies = [ 5875 + "memchr", 5876 + "serde", 5877 + ] 5878 + 5879 + [[package]] 5237 5880 name = "quick_cache" 5238 5881 version = "0.4.0" 5239 5882 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5241 5884 dependencies = [ 5242 5885 "ahash 0.8.6", 5243 5886 "equivalent", 5244 - "hashbrown 0.14.2", 5887 + "hashbrown 0.14.3", 5245 5888 "parking_lot 0.12.1", 5246 5889 ] 5247 5890 ··· 5565 6208 "wasm-bindgen-futures", 5566 6209 "wasm-streams", 5567 6210 "web-sys", 5568 - "webpki-roots 0.25.2", 6211 + "webpki-roots 0.25.3", 5569 6212 "winreg", 5570 6213 ] 5571 6214 ··· 5575 6218 source = "registry+https://github.com/rust-lang/crates.io-index" 5576 6219 checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 5577 6220 dependencies = [ 5578 - "crypto-bigint", 6221 + "crypto-bigint 0.4.9", 5579 6222 "hmac", 5580 6223 "zeroize", 5581 6224 ] ··· 5603 6246 5604 6247 [[package]] 5605 6248 name = "ring" 5606 - version = "0.17.5" 6249 + version = "0.17.6" 5607 6250 source = "registry+https://github.com/rust-lang/crates.io-index" 5608 - checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" 6251 + checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" 5609 6252 dependencies = [ 5610 6253 "cc", 5611 6254 "getrandom 0.2.11", ··· 5629 6272 "rkyv_derive", 5630 6273 "seahash", 5631 6274 "tinyvec", 5632 - "uuid 1.5.0", 6275 + "uuid 1.6.1", 5633 6276 ] 5634 6277 5635 6278 [[package]] ··· 5666 6309 5667 6310 [[package]] 5668 6311 name = "rsa" 5669 - version = "0.9.3" 6312 + version = "0.9.5" 5670 6313 source = "registry+https://github.com/rust-lang/crates.io-index" 5671 - checksum = "86ef35bf3e7fe15a53c4ab08a998e42271eab13eb0db224126bc7bc4c4bad96d" 6314 + checksum = "af6c4b23d99685a1408194da11270ef8e9809aff951cc70ec9b17350b087e474" 5672 6315 dependencies = [ 5673 6316 "const-oid", 5674 6317 "digest 0.10.7", ··· 5679 6322 "pkcs8 0.10.2", 5680 6323 "rand_core 0.6.4", 5681 6324 "signature 2.2.0", 5682 - "spki 0.7.2", 6325 + "spki 0.7.3", 5683 6326 "subtle", 5684 6327 "zeroize", 5685 6328 ] ··· 5809 6452 5810 6453 [[package]] 5811 6454 name = "rustix" 5812 - version = "0.38.24" 6455 + version = "0.38.26" 5813 6456 source = "registry+https://github.com/rust-lang/crates.io-index" 5814 - checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" 6457 + checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" 5815 6458 dependencies = [ 5816 6459 "bitflags 2.4.1", 5817 6460 "errno", 5818 6461 "libc", 5819 - "linux-raw-sys 0.4.11", 5820 - "windows-sys 0.48.0", 6462 + "linux-raw-sys 0.4.12", 6463 + "windows-sys 0.52.0", 5821 6464 ] 5822 6465 5823 6466 [[package]] ··· 5839 6482 checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" 5840 6483 dependencies = [ 5841 6484 "log", 5842 - "ring 0.17.5", 6485 + "ring 0.17.6", 5843 6486 "rustls-webpki", 5844 6487 "sct", 5845 6488 ] ··· 5871 6514 source = "registry+https://github.com/rust-lang/crates.io-index" 5872 6515 checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 5873 6516 dependencies = [ 5874 - "ring 0.17.5", 6517 + "ring 0.17.6", 5875 6518 "untrusted 0.9.0", 5876 6519 ] 5877 6520 ··· 5973 6616 "openssl-probe", 5974 6617 "openssl-sys", 5975 6618 "pkg-config", 5976 - "quick-xml", 6619 + "quick-xml 0.28.2", 5977 6620 "rand 0.8.5", 5978 6621 "serde", 5979 6622 "thiserror", 5980 6623 "url", 5981 - "uuid 1.5.0", 6624 + "uuid 1.6.1", 5982 6625 ] 5983 6626 5984 6627 [[package]] ··· 6016 6659 "schemars_derive", 6017 6660 "serde", 6018 6661 "serde_json", 6019 - "uuid 1.5.0", 6662 + "uuid 1.6.1", 6020 6663 ] 6021 6664 6022 6665 [[package]] ··· 6049 6692 source = "registry+https://github.com/rust-lang/crates.io-index" 6050 6693 checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 6051 6694 dependencies = [ 6052 - "ring 0.17.5", 6695 + "ring 0.17.6", 6053 6696 "untrusted 0.9.0", 6054 6697 ] 6055 6698 ··· 6128 6771 6129 6772 [[package]] 6130 6773 name = "serde" 6131 - version = "1.0.192" 6774 + version = "1.0.193" 6132 6775 source = "registry+https://github.com/rust-lang/crates.io-index" 6133 - checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" 6776 + checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 6134 6777 dependencies = [ 6135 6778 "serde_derive", 6136 6779 ] ··· 6168 6811 6169 6812 [[package]] 6170 6813 name = "serde_derive" 6171 - version = "1.0.192" 6814 + version = "1.0.193" 6172 6815 source = "registry+https://github.com/rust-lang/crates.io-index" 6173 - checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" 6816 + checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 6174 6817 dependencies = [ 6175 6818 "proc-macro2", 6176 6819 "quote", ··· 6476 7119 checksum = "d4b756ac662e92a0e5b360349bea5f0b0784d4be4541eff2972049dfdfd7f862" 6477 7120 6478 7121 [[package]] 7122 + name = "snafu" 7123 + version = "0.7.5" 7124 + source = "registry+https://github.com/rust-lang/crates.io-index" 7125 + checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 7126 + dependencies = [ 7127 + "doc-comment", 7128 + "snafu-derive", 7129 + ] 7130 + 7131 + [[package]] 7132 + name = "snafu-derive" 7133 + version = "0.7.5" 7134 + source = "registry+https://github.com/rust-lang/crates.io-index" 7135 + checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 7136 + dependencies = [ 7137 + "heck", 7138 + "proc-macro2", 7139 + "quote", 7140 + "syn 1.0.109", 7141 + ] 7142 + 7143 + [[package]] 6479 7144 name = "snap" 6480 7145 version = "1.1.0" 6481 7146 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6544 7209 6545 7210 [[package]] 6546 7211 name = "spki" 6547 - version = "0.7.2" 7212 + version = "0.7.3" 6548 7213 source = "registry+https://github.com/rust-lang/crates.io-index" 6549 - checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" 7214 + checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 6550 7215 dependencies = [ 6551 7216 "base64ct", 6552 7217 "der 0.7.8", ··· 6586 7251 ] 6587 7252 6588 7253 [[package]] 7254 + name = "sqlparser" 7255 + version = "0.39.0" 7256 + source = "registry+https://github.com/rust-lang/crates.io-index" 7257 + checksum = "743b4dc2cbde11890ccb254a8fc9d537fa41b36da00de2a1c5e9848c9bc42bd7" 7258 + dependencies = [ 7259 + "log", 7260 + ] 7261 + 7262 + [[package]] 6589 7263 name = "sqlx" 6590 7264 version = "0.6.3" 6591 7265 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6597 7271 6598 7272 [[package]] 6599 7273 name = "sqlx" 6600 - version = "0.7.2" 7274 + version = "0.7.3" 6601 7275 source = "registry+https://github.com/rust-lang/crates.io-index" 6602 - checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33" 7276 + checksum = "dba03c279da73694ef99763320dea58b51095dfe87d001b1d4b5fe78ba8763cf" 6603 7277 dependencies = [ 6604 - "sqlx-core 0.7.2", 6605 - "sqlx-macros 0.7.2", 7278 + "sqlx-core 0.7.3", 7279 + "sqlx-macros 0.7.3", 6606 7280 "sqlx-mysql", 6607 7281 "sqlx-postgres", 6608 7282 "sqlx-sqlite", ··· 6663 7337 6664 7338 [[package]] 6665 7339 name = "sqlx-core" 6666 - version = "0.7.2" 7340 + version = "0.7.3" 6667 7341 source = "registry+https://github.com/rust-lang/crates.io-index" 6668 - checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" 7342 + checksum = "d84b0a3c3739e220d94b3239fd69fb1f74bc36e16643423bd99de3b43c21bfbd" 6669 7343 dependencies = [ 6670 7344 "ahash 0.8.6", 6671 7345 "atoi 2.0.0", ··· 6703 7377 "tokio-stream", 6704 7378 "tracing", 6705 7379 "url", 6706 - "uuid 1.5.0", 6707 - "webpki-roots 0.24.0", 7380 + "uuid 1.6.1", 7381 + "webpki-roots 0.25.3", 6708 7382 ] 6709 7383 6710 7384 [[package]] ··· 6728 7402 6729 7403 [[package]] 6730 7404 name = "sqlx-macros" 6731 - version = "0.7.2" 7405 + version = "0.7.3" 6732 7406 source = "registry+https://github.com/rust-lang/crates.io-index" 6733 - checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec" 7407 + checksum = "89961c00dc4d7dffb7aee214964b065072bff69e36ddb9e2c107541f75e4f2a5" 6734 7408 dependencies = [ 6735 7409 "proc-macro2", 6736 7410 "quote", 6737 - "sqlx-core 0.7.2", 7411 + "sqlx-core 0.7.3", 6738 7412 "sqlx-macros-core", 6739 7413 "syn 1.0.109", 6740 7414 ] 6741 7415 6742 7416 [[package]] 6743 7417 name = "sqlx-macros-core" 6744 - version = "0.7.2" 7418 + version = "0.7.3" 6745 7419 source = "registry+https://github.com/rust-lang/crates.io-index" 6746 - checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc" 7420 + checksum = "d0bd4519486723648186a08785143599760f7cc81c52334a55d6a83ea1e20841" 6747 7421 dependencies = [ 7422 + "atomic-write-file", 6748 7423 "dotenvy", 6749 7424 "either", 6750 7425 "heck", ··· 6755 7430 "serde", 6756 7431 "serde_json", 6757 7432 "sha2 0.10.8", 6758 - "sqlx-core 0.7.2", 7433 + "sqlx-core 0.7.3", 6759 7434 "sqlx-mysql", 6760 7435 "sqlx-postgres", 6761 7436 "sqlx-sqlite", ··· 6767 7442 6768 7443 [[package]] 6769 7444 name = "sqlx-mysql" 6770 - version = "0.7.2" 7445 + version = "0.7.3" 6771 7446 source = "registry+https://github.com/rust-lang/crates.io-index" 6772 - checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" 7447 + checksum = "e37195395df71fd068f6e2082247891bc11e3289624bbc776a0cdfa1ca7f1ea4" 6773 7448 dependencies = [ 6774 7449 "atoi 2.0.0", 6775 7450 "base64 0.21.5", ··· 6797 7472 "once_cell", 6798 7473 "percent-encoding", 6799 7474 "rand 0.8.5", 6800 - "rsa 0.9.3", 7475 + "rsa 0.9.5", 6801 7476 "serde", 6802 7477 "sha1", 6803 7478 "sha2 0.10.8", 6804 7479 "smallvec", 6805 - "sqlx-core 0.7.2", 7480 + "sqlx-core 0.7.3", 6806 7481 "stringprep", 6807 7482 "thiserror", 6808 7483 "tracing", 6809 - "uuid 1.5.0", 7484 + "uuid 1.6.1", 6810 7485 "whoami", 6811 7486 ] 6812 7487 6813 7488 [[package]] 6814 7489 name = "sqlx-postgres" 6815 - version = "0.7.2" 7490 + version = "0.7.3" 6816 7491 source = "registry+https://github.com/rust-lang/crates.io-index" 6817 - checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" 7492 + checksum = "d6ac0ac3b7ccd10cc96c7ab29791a7dd236bd94021f31eec7ba3d46a74aa1c24" 6818 7493 dependencies = [ 6819 7494 "atoi 2.0.0", 6820 7495 "base64 0.21.5", ··· 6845 7520 "sha1", 6846 7521 "sha2 0.10.8", 6847 7522 "smallvec", 6848 - "sqlx-core 0.7.2", 7523 + "sqlx-core 0.7.3", 6849 7524 "stringprep", 6850 7525 "thiserror", 6851 7526 "tracing", 6852 - "uuid 1.5.0", 7527 + "uuid 1.6.1", 6853 7528 "whoami", 6854 7529 ] 6855 7530 ··· 6866 7541 6867 7542 [[package]] 6868 7543 name = "sqlx-sqlite" 6869 - version = "0.7.2" 7544 + version = "0.7.3" 6870 7545 source = "registry+https://github.com/rust-lang/crates.io-index" 6871 - checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f" 7546 + checksum = "210976b7d948c7ba9fced8ca835b11cbb2d677c59c79de41ac0d397e14547490" 6872 7547 dependencies = [ 6873 7548 "atoi 2.0.0", 6874 7549 "chrono", ··· 6882 7557 "log", 6883 7558 "percent-encoding", 6884 7559 "serde", 6885 - "sqlx-core 0.7.2", 7560 + "sqlx-core 0.7.3", 6886 7561 "tracing", 6887 7562 "url", 6888 - "uuid 1.5.0", 7563 + "urlencoding", 7564 + "uuid 1.6.1", 6889 7565 ] 6890 7566 6891 7567 [[package]] ··· 6912 7588 version = "1.1.0" 6913 7589 source = "registry+https://github.com/rust-lang/crates.io-index" 6914 7590 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 7591 + 7592 + [[package]] 7593 + name = "streaming-decompression" 7594 + version = "0.1.2" 7595 + source = "registry+https://github.com/rust-lang/crates.io-index" 7596 + checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3" 7597 + dependencies = [ 7598 + "fallible-streaming-iterator", 7599 + ] 7600 + 7601 + [[package]] 7602 + name = "streaming-iterator" 7603 + version = "0.1.9" 7604 + source = "registry+https://github.com/rust-lang/crates.io-index" 7605 + checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 7606 + 7607 + [[package]] 7608 + name = "strength_reduce" 7609 + version = "0.2.4" 7610 + source = "registry+https://github.com/rust-lang/crates.io-index" 7611 + checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 6915 7612 6916 7613 [[package]] 6917 7614 name = "string_cache" ··· 7398 8095 ] 7399 8096 7400 8097 [[package]] 8098 + name = "sysinfo" 8099 + version = "0.29.11" 8100 + source = "registry+https://github.com/rust-lang/crates.io-index" 8101 + checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" 8102 + dependencies = [ 8103 + "cfg-if", 8104 + "core-foundation-sys", 8105 + "libc", 8106 + "ntapi", 8107 + "once_cell", 8108 + "winapi", 8109 + ] 8110 + 8111 + [[package]] 7401 8112 name = "system-configuration" 7402 8113 version = "0.5.1" 7403 8114 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7436 8147 ] 7437 8148 7438 8149 [[package]] 8150 + name = "target-features" 8151 + version = "0.1.5" 8152 + source = "registry+https://github.com/rust-lang/crates.io-index" 8153 + checksum = "cfb5fa503293557c5158bd215fdc225695e567a77e453f5d4452a50a193969bd" 8154 + 8155 + [[package]] 7439 8156 name = "tempfile" 7440 8157 version = "3.8.1" 7441 8158 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 7444 8161 "cfg-if", 7445 8162 "fastrand 2.0.1", 7446 8163 "redox_syscall 0.4.1", 7447 - "rustix 0.38.24", 8164 + "rustix 0.38.26", 7448 8165 "windows-sys 0.48.0", 7449 8166 ] 7450 8167 ··· 7521 8238 "tokio-rustls 0.23.4", 7522 8239 "tokio-util", 7523 8240 "tracing", 7524 - "uuid 1.5.0", 8241 + "uuid 1.6.1", 7525 8242 ] 7526 8243 7527 8244 [[package]] ··· 8065 8782 8066 8783 [[package]] 8067 8784 name = "triomphe" 8068 - version = "0.1.9" 8785 + version = "0.1.11" 8069 8786 source = "registry+https://github.com/rust-lang/crates.io-index" 8070 - checksum = "0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f" 8787 + checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" 8071 8788 dependencies = [ 8072 8789 "serde", 8073 8790 "stable_deref_trait", ··· 8153 8870 checksum = "7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93" 8154 8871 dependencies = [ 8155 8872 "rand 0.8.5", 8156 - "uuid 1.5.0", 8873 + "uuid 1.6.1", 8157 8874 ] 8158 8875 8159 8876 [[package]] ··· 8315 9032 8316 9033 [[package]] 8317 9034 name = "ureq" 8318 - version = "2.8.0" 9035 + version = "2.9.1" 8319 9036 source = "registry+https://github.com/rust-lang/crates.io-index" 8320 - checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" 9037 + checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97" 8321 9038 dependencies = [ 8322 9039 "base64 0.21.5", 8323 9040 "flate2", ··· 8329 9046 "serde", 8330 9047 "serde_json", 8331 9048 "url", 8332 - "webpki-roots 0.25.2", 9049 + "webpki-roots 0.25.3", 8333 9050 ] 8334 9051 8335 9052 [[package]] 8336 9053 name = "url" 8337 - version = "2.4.1" 9054 + version = "2.5.0" 8338 9055 source = "registry+https://github.com/rust-lang/crates.io-index" 8339 - checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" 9056 + checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 8340 9057 dependencies = [ 8341 9058 "form_urlencoded", 8342 9059 "idna", ··· 8380 9097 8381 9098 [[package]] 8382 9099 name = "uuid" 8383 - version = "1.5.0" 9100 + version = "1.6.1" 8384 9101 source = "registry+https://github.com/rust-lang/crates.io-index" 8385 - checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" 9102 + checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" 8386 9103 dependencies = [ 8387 9104 "getrandom 0.2.11", 8388 9105 "serde", ··· 8469 9186 8470 9187 [[package]] 8471 9188 name = "wasm-bindgen" 8472 - version = "0.2.88" 9189 + version = "0.2.89" 8473 9190 source = "registry+https://github.com/rust-lang/crates.io-index" 8474 - checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" 9191 + checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" 8475 9192 dependencies = [ 8476 9193 "cfg-if", 8477 9194 "wasm-bindgen-macro", ··· 8479 9196 8480 9197 [[package]] 8481 9198 name = "wasm-bindgen-backend" 8482 - version = "0.2.88" 9199 + version = "0.2.89" 8483 9200 source = "registry+https://github.com/rust-lang/crates.io-index" 8484 - checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" 9201 + checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" 8485 9202 dependencies = [ 8486 9203 "bumpalo", 8487 9204 "log", ··· 8494 9211 8495 9212 [[package]] 8496 9213 name = "wasm-bindgen-futures" 8497 - version = "0.4.38" 9214 + version = "0.4.39" 8498 9215 source = "registry+https://github.com/rust-lang/crates.io-index" 8499 - checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" 9216 + checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" 8500 9217 dependencies = [ 8501 9218 "cfg-if", 8502 9219 "js-sys", ··· 8506 9223 8507 9224 [[package]] 8508 9225 name = "wasm-bindgen-macro" 8509 - version = "0.2.88" 9226 + version = "0.2.89" 8510 9227 source = "registry+https://github.com/rust-lang/crates.io-index" 8511 - checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" 9228 + checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" 8512 9229 dependencies = [ 8513 9230 "quote", 8514 9231 "wasm-bindgen-macro-support", ··· 8516 9233 8517 9234 [[package]] 8518 9235 name = "wasm-bindgen-macro-support" 8519 - version = "0.2.88" 9236 + version = "0.2.89" 8520 9237 source = "registry+https://github.com/rust-lang/crates.io-index" 8521 - checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" 9238 + checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" 8522 9239 dependencies = [ 8523 9240 "proc-macro2", 8524 9241 "quote", ··· 8529 9246 8530 9247 [[package]] 8531 9248 name = "wasm-bindgen-shared" 8532 - version = "0.2.88" 9249 + version = "0.2.89" 8533 9250 source = "registry+https://github.com/rust-lang/crates.io-index" 8534 - checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" 9251 + checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" 8535 9252 8536 9253 [[package]] 8537 9254 name = "wasm-bindgen-test" 8538 - version = "0.3.38" 9255 + version = "0.3.39" 8539 9256 source = "registry+https://github.com/rust-lang/crates.io-index" 8540 - checksum = "c6433b7c56db97397842c46b67e11873eda263170afeb3a2dc74a7cb370fee0d" 9257 + checksum = "2cf9242c0d27999b831eae4767b2a146feb0b27d332d553e605864acd2afd403" 8541 9258 dependencies = [ 8542 9259 "console_error_panic_hook", 8543 9260 "js-sys", ··· 8549 9266 8550 9267 [[package]] 8551 9268 name = "wasm-bindgen-test-macro" 8552 - version = "0.3.38" 9269 + version = "0.3.39" 8553 9270 source = "registry+https://github.com/rust-lang/crates.io-index" 8554 - checksum = "493fcbab756bb764fa37e6bee8cec2dd709eb4273d06d0c282a5e74275ded735" 9271 + checksum = "794645f5408c9a039fd09f4d113cdfb2e7eba5ff1956b07bcf701cf4b394fe89" 8555 9272 dependencies = [ 8556 9273 "proc-macro2", 8557 9274 "quote", ··· 8582 9299 8583 9300 [[package]] 8584 9301 name = "web-sys" 8585 - version = "0.3.65" 9302 + version = "0.3.66" 8586 9303 source = "registry+https://github.com/rust-lang/crates.io-index" 8587 - checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" 9304 + checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" 8588 9305 dependencies = [ 8589 9306 "js-sys", 8590 9307 "wasm-bindgen", ··· 8596 9313 source = "registry+https://github.com/rust-lang/crates.io-index" 8597 9314 checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 8598 9315 dependencies = [ 8599 - "ring 0.17.5", 9316 + "ring 0.17.6", 8600 9317 "untrusted 0.9.0", 8601 9318 ] 8602 9319 ··· 8611 9328 8612 9329 [[package]] 8613 9330 name = "webpki-roots" 8614 - version = "0.24.0" 8615 - source = "registry+https://github.com/rust-lang/crates.io-index" 8616 - checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888" 8617 - dependencies = [ 8618 - "rustls-webpki", 8619 - ] 8620 - 8621 - [[package]] 8622 - name = "webpki-roots" 8623 - version = "0.25.2" 9331 + version = "0.25.3" 8624 9332 source = "registry+https://github.com/rust-lang/crates.io-index" 8625 - checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 9333 + checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" 8626 9334 8627 9335 [[package]] 8628 9336 name = "which" ··· 8633 9341 "either", 8634 9342 "home", 8635 9343 "once_cell", 8636 - "rustix 0.38.24", 9344 + "rustix 0.38.26", 8637 9345 ] 8638 9346 8639 9347 [[package]] ··· 8679 9387 8680 9388 [[package]] 8681 9389 name = "windmill" 8682 - version = "1.210.1" 9390 + version = "1.219.1" 8683 9391 dependencies = [ 8684 9392 "anyhow", 8685 9393 "axum", ··· 8699 9407 "serde", 8700 9408 "serde_json", 8701 9409 "sha2 0.10.8", 8702 - "sqlx 0.7.2", 9410 + "sqlx 0.7.3", 8703 9411 "tokio", 8704 9412 "tokio-metrics", 8705 9413 "tracing", 8706 9414 "url", 8707 - "uuid 1.5.0", 9415 + "uuid 1.6.1", 8708 9416 "windmill-api", 8709 9417 "windmill-api-client", 8710 9418 "windmill-common", ··· 8714 9422 8715 9423 [[package]] 8716 9424 name = "windmill-api" 8717 - version = "1.210.1" 9425 + version = "1.219.1" 8718 9426 dependencies = [ 8719 9427 "anyhow", 8720 9428 "argon2", ··· 8745 9453 "magic-crypt", 8746 9454 "mail-send", 8747 9455 "mime_guess", 9456 + "object_store", 9457 + "polars", 9458 + "polars-io", 8748 9459 "prometheus", 8749 9460 "quick_cache", 8750 9461 "rand 0.8.5", ··· 8759 9470 "serde_urlencoded", 8760 9471 "sha2 0.10.8", 8761 9472 "sql-builder", 8762 - "sqlx 0.7.2", 9473 + "sqlx 0.7.3", 8763 9474 "tempfile", 8764 9475 "time", 8765 9476 "tinyvector", ··· 8773 9484 "tracing", 8774 9485 "tracing-subscriber", 8775 9486 "urlencoding", 8776 - "uuid 1.5.0", 9487 + "uuid 1.6.1", 8777 9488 "windmill-audit", 8778 9489 "windmill-common", 8779 9490 "windmill-parser", ··· 8783 9494 8784 9495 [[package]] 8785 9496 name = "windmill-api-client" 8786 - version = "1.210.1" 9497 + version = "1.219.1" 8787 9498 dependencies = [ 8788 9499 "base64 0.21.5", 8789 9500 "chrono", ··· 8796 9507 "serde", 8797 9508 "serde_json", 8798 9509 "syn 1.0.109", 8799 - "uuid 1.5.0", 9510 + "uuid 1.6.1", 8800 9511 ] 8801 9512 8802 9513 [[package]] 8803 9514 name = "windmill-audit" 8804 - version = "1.210.1" 9515 + version = "1.219.1" 8805 9516 dependencies = [ 8806 9517 "chrono", 8807 9518 "serde", 8808 9519 "serde_json", 8809 9520 "sql-builder", 8810 - "sqlx 0.7.2", 9521 + "sqlx 0.7.3", 8811 9522 "tracing", 8812 9523 "windmill-common", 8813 9524 ] 8814 9525 8815 9526 [[package]] 8816 9527 name = "windmill-common" 8817 - version = "1.210.1" 9528 + version = "1.219.1" 8818 9529 dependencies = [ 8819 9530 "anyhow", 8820 9531 "axum", ··· 8833 9544 "serde", 8834 9545 "serde_json", 8835 9546 "sha2 0.10.8", 8836 - "sqlx 0.7.2", 9547 + "sqlx 0.7.3", 8837 9548 "thiserror", 8838 9549 "tokio", 8839 9550 "tracing", 8840 9551 "tracing-flame", 8841 9552 "tracing-loki", 8842 9553 "tracing-subscriber", 8843 - "uuid 1.5.0", 9554 + "uuid 1.6.1", 8844 9555 ] 8845 9556 8846 9557 [[package]] 8847 9558 name = "windmill-parser" 8848 - version = "1.210.1" 9559 + version = "1.219.1" 8849 9560 dependencies = [ 8850 9561 "serde", 8851 9562 "serde_json", ··· 8853 9564 8854 9565 [[package]] 8855 9566 name = "windmill-parser-bash" 8856 - version = "1.210.1" 9567 + version = "1.219.1" 8857 9568 dependencies = [ 8858 9569 "anyhow", 8859 9570 "lazy_static", ··· 8864 9575 8865 9576 [[package]] 8866 9577 name = "windmill-parser-go" 8867 - version = "1.210.1" 9578 + version = "1.219.1" 8868 9579 dependencies = [ 8869 9580 "anyhow", 8870 9581 "gosyn", ··· 8876 9587 8877 9588 [[package]] 8878 9589 name = "windmill-parser-graphql" 8879 - version = "1.210.1" 9590 + version = "1.219.1" 8880 9591 dependencies = [ 8881 9592 "anyhow", 8882 9593 "lazy_static", ··· 8887 9598 8888 9599 [[package]] 8889 9600 name = "windmill-parser-py" 8890 - version = "1.210.1" 9601 + version = "1.219.1" 8891 9602 dependencies = [ 8892 9603 "anyhow", 8893 9604 "itertools 0.12.0", ··· 8898 9609 8899 9610 [[package]] 8900 9611 name = "windmill-parser-py-imports" 8901 - version = "1.210.1" 9612 + version = "1.219.1" 8902 9613 dependencies = [ 8903 9614 "anyhow", 8904 9615 "async-recursion", ··· 8908 9619 "regex", 8909 9620 "rustpython-parser", 8910 9621 "serde_json", 8911 - "sqlx 0.7.2", 9622 + "sqlx 0.7.3", 8912 9623 "windmill-common", 8913 9624 "windmill-parser", 8914 9625 ] 8915 9626 8916 9627 [[package]] 8917 9628 name = "windmill-parser-sql" 8918 - version = "1.210.1" 9629 + version = "1.219.1" 8919 9630 dependencies = [ 8920 9631 "anyhow", 8921 9632 "lazy_static", ··· 8926 9637 8927 9638 [[package]] 8928 9639 name = "windmill-parser-ts" 8929 - version = "1.210.1" 9640 + version = "1.219.1" 8930 9641 dependencies = [ 8931 9642 "anyhow", 8932 9643 "convert_case 0.6.0", ··· 8943 9654 8944 9655 [[package]] 8945 9656 name = "windmill-parser-wasm" 8946 - version = "1.210.1" 9657 + version = "1.219.1" 8947 9658 dependencies = [ 8948 9659 "anyhow", 8949 9660 "getrandom 0.2.11", ··· 8961 9672 8962 9673 [[package]] 8963 9674 name = "windmill-queue" 8964 - version = "1.210.1" 9675 + version = "1.219.1" 8965 9676 dependencies = [ 8966 9677 "anyhow", 8967 9678 "async-recursion", ··· 8980 9691 "rsmq_async", 8981 9692 "serde", 8982 9693 "serde_json", 9694 + "serde_urlencoded", 8983 9695 "sql-builder", 8984 - "sqlx 0.7.2", 9696 + "sqlx 0.7.3", 8985 9697 "tokio", 8986 9698 "tracing", 8987 9699 "ulid", 8988 - "uuid 1.5.0", 9700 + "uuid 1.6.1", 8989 9701 "windmill-audit", 8990 9702 "windmill-common", 8991 9703 ] 8992 9704 8993 9705 [[package]] 8994 9706 name = "windmill-worker" 8995 - version = "1.210.1" 9707 + version = "1.219.1" 8996 9708 dependencies = [ 8997 9709 "anyhow", 8998 9710 "async-recursion", ··· 9004 9716 "deno_console", 9005 9717 "deno_core", 9006 9718 "deno_fetch", 9719 + "deno_tls", 9007 9720 "deno_url", 9008 9721 "deno_web", 9009 9722 "deno_webidl", ··· 9031 9744 "serde", 9032 9745 "serde_json", 9033 9746 "sha2 0.10.8", 9034 - "sqlx 0.7.2", 9747 + "sqlx 0.7.3", 9035 9748 "tiberius", 9036 9749 "tokio", 9037 9750 "tokio-postgres", 9038 9751 "tokio-util", 9039 9752 "tracing", 9040 9753 "urlencoding", 9041 - "uuid 1.5.0", 9754 + "uuid 1.6.1", 9042 9755 "windmill-audit", 9043 9756 "windmill-common", 9044 9757 "windmill-parser", ··· 9080 9793 ] 9081 9794 9082 9795 [[package]] 9796 + name = "windows-sys" 9797 + version = "0.52.0" 9798 + source = "registry+https://github.com/rust-lang/crates.io-index" 9799 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 9800 + dependencies = [ 9801 + "windows-targets 0.52.0", 9802 + ] 9803 + 9804 + [[package]] 9083 9805 name = "windows-targets" 9084 9806 version = "0.42.2" 9085 9807 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9110 9832 ] 9111 9833 9112 9834 [[package]] 9835 + name = "windows-targets" 9836 + version = "0.52.0" 9837 + source = "registry+https://github.com/rust-lang/crates.io-index" 9838 + checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 9839 + dependencies = [ 9840 + "windows_aarch64_gnullvm 0.52.0", 9841 + "windows_aarch64_msvc 0.52.0", 9842 + "windows_i686_gnu 0.52.0", 9843 + "windows_i686_msvc 0.52.0", 9844 + "windows_x86_64_gnu 0.52.0", 9845 + "windows_x86_64_gnullvm 0.52.0", 9846 + "windows_x86_64_msvc 0.52.0", 9847 + ] 9848 + 9849 + [[package]] 9113 9850 name = "windows_aarch64_gnullvm" 9114 9851 version = "0.42.2" 9115 9852 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9122 9859 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 9123 9860 9124 9861 [[package]] 9862 + name = "windows_aarch64_gnullvm" 9863 + version = "0.52.0" 9864 + source = "registry+https://github.com/rust-lang/crates.io-index" 9865 + checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 9866 + 9867 + [[package]] 9125 9868 name = "windows_aarch64_msvc" 9126 9869 version = "0.42.2" 9127 9870 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9134 9877 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 9135 9878 9136 9879 [[package]] 9880 + name = "windows_aarch64_msvc" 9881 + version = "0.52.0" 9882 + source = "registry+https://github.com/rust-lang/crates.io-index" 9883 + checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 9884 + 9885 + [[package]] 9137 9886 name = "windows_i686_gnu" 9138 9887 version = "0.42.2" 9139 9888 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9146 9895 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 9147 9896 9148 9897 [[package]] 9898 + name = "windows_i686_gnu" 9899 + version = "0.52.0" 9900 + source = "registry+https://github.com/rust-lang/crates.io-index" 9901 + checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 9902 + 9903 + [[package]] 9149 9904 name = "windows_i686_msvc" 9150 9905 version = "0.42.2" 9151 9906 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9156 9911 version = "0.48.5" 9157 9912 source = "registry+https://github.com/rust-lang/crates.io-index" 9158 9913 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 9914 + 9915 + [[package]] 9916 + name = "windows_i686_msvc" 9917 + version = "0.52.0" 9918 + source = "registry+https://github.com/rust-lang/crates.io-index" 9919 + checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 9159 9920 9160 9921 [[package]] 9161 9922 name = "windows_x86_64_gnu" ··· 9170 9931 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 9171 9932 9172 9933 [[package]] 9934 + name = "windows_x86_64_gnu" 9935 + version = "0.52.0" 9936 + source = "registry+https://github.com/rust-lang/crates.io-index" 9937 + checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 9938 + 9939 + [[package]] 9173 9940 name = "windows_x86_64_gnullvm" 9174 9941 version = "0.42.2" 9175 9942 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9182 9949 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 9183 9950 9184 9951 [[package]] 9952 + name = "windows_x86_64_gnullvm" 9953 + version = "0.52.0" 9954 + source = "registry+https://github.com/rust-lang/crates.io-index" 9955 + checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 9956 + 9957 + [[package]] 9185 9958 name = "windows_x86_64_msvc" 9186 9959 version = "0.42.2" 9187 9960 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9192 9965 version = "0.48.5" 9193 9966 source = "registry+https://github.com/rust-lang/crates.io-index" 9194 9967 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 9968 + 9969 + [[package]] 9970 + name = "windows_x86_64_msvc" 9971 + version = "0.52.0" 9972 + source = "registry+https://github.com/rust-lang/crates.io-index" 9973 + checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 9195 9974 9196 9975 [[package]] 9197 9976 name = "winnow" ··· 9237 10016 checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 9238 10017 9239 10018 [[package]] 10019 + name = "xxhash-rust" 10020 + version = "0.8.7" 10021 + source = "registry+https://github.com/rust-lang/crates.io-index" 10022 + checksum = "9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b" 10023 + 10024 + [[package]] 9240 10025 name = "xz2" 9241 10026 version = "0.1.7" 9242 10027 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9271 10056 9272 10057 [[package]] 9273 10058 name = "zerocopy" 9274 - version = "0.7.26" 10059 + version = "0.7.28" 9275 10060 source = "registry+https://github.com/rust-lang/crates.io-index" 9276 - checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0" 10061 + checksum = "7d6f15f7ade05d2a4935e34a457b936c23dc70a05cc1d97133dc99e7a3fe0f0e" 9277 10062 dependencies = [ 9278 10063 "zerocopy-derive", 9279 10064 ] 9280 10065 9281 10066 [[package]] 9282 10067 name = "zerocopy-derive" 9283 - version = "0.7.26" 10068 + version = "0.7.28" 9284 10069 source = "registry+https://github.com/rust-lang/crates.io-index" 9285 - checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f" 10070 + checksum = "dbbad221e3f78500350ecbd7dfa4e63ef945c05f4c61cb7f4d3f84cd0bba649b" 9286 10071 dependencies = [ 9287 10072 "proc-macro2", 9288 10073 "quote", ··· 9355 10140 ] 9356 10141 9357 10142 [[package]] 10143 + name = "zstd" 10144 + version = "0.13.0" 10145 + source = "registry+https://github.com/rust-lang/crates.io-index" 10146 + checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" 10147 + dependencies = [ 10148 + "zstd-safe 7.0.0", 10149 + ] 10150 + 10151 + [[package]] 9358 10152 name = "zstd-safe" 9359 10153 version = "5.0.2+zstd.1.5.2" 9360 10154 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9371 10165 checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" 9372 10166 dependencies = [ 9373 10167 "libc", 10168 + "zstd-sys", 10169 + ] 10170 + 10171 + [[package]] 10172 + name = "zstd-safe" 10173 + version = "7.0.0" 10174 + source = "registry+https://github.com/rust-lang/crates.io-index" 10175 + checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" 10176 + dependencies = [ 9374 10177 "zstd-sys", 9375 10178 ] 9376 10179
+18 -22
pkgs/servers/windmill/default.nix pkgs/by-name/wi/windmill/package.nix
··· 24 24 25 25 let 26 26 pname = "windmill"; 27 - version = "1.210.1"; 27 + version = "1.219.1"; 28 28 29 - fullSrc = fetchFromGitHub { 29 + src = fetchFromGitHub { 30 30 owner = "windmill-labs"; 31 31 repo = "windmill"; 32 32 rev = "v${version}"; 33 - hash = "sha256-ss3EsIqfuctPOEdI5IQtyFFcDzIqnFm6UUG1vA+OlkQ="; 33 + hash = "sha256-HGZuIun9PWi3Fv/kX95k4xnXu1L604teWUKXzjVXKF0="; 34 34 }; 35 35 36 36 pythonEnv = python3.withPackages (ps: [ ps.pip-tools ]); 37 37 38 38 frontend-build = buildNpmPackage { 39 - inherit version; 39 + inherit version src; 40 40 41 41 pname = "windmill-ui"; 42 - src = fullSrc; 43 42 44 - sourceRoot = "${fullSrc.name}/frontend"; 43 + sourceRoot = "${src.name}/frontend"; 45 44 46 - npmDepsHash = "sha256-l9MRaa6TaBg9vFoVuIGZNC9jLS29TlWeSniIBRNDRgU="; 45 + npmDepsHash = "sha256-1uya/4FjMHTDW/KX1YinhTT/Mb7bJ9XVTWc6cU0oqJ8="; 47 46 48 47 # without these you get a 49 48 # FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ··· 64 63 in 65 64 rustPlatform.buildRustPackage { 66 65 inherit pname version; 67 - src = "${fullSrc}/backend"; 66 + src = "${src}/backend"; 68 67 69 68 env = { 70 69 SQLX_OFFLINE = "true"; ··· 92 91 cargoLock = { 93 92 lockFile = ./Cargo.lock; 94 93 outputHashes = { 94 + "archiver-rs-0.5.1" = "sha256-ZIik0mMABmhdx/ullgbOrKH5GAtqcOKq5A6vB7aBSjk="; 95 + "pg-embed-0.7.2" = "sha256-R/SrlzNK7aAOyXVTQ/WPkiQb6FyMg9tpsmPTsiossDY="; 95 96 "progenitor-0.3.0" = "sha256-F6XRZFVIN6/HfcM8yI/PyNke45FL7jbcznIiqj22eIQ="; 96 97 "tinyvector-0.1.0" = "sha256-NYGhofU4rh+2IAM+zwe04YQdXY8Aa4gTmn2V2HtzRfI="; 97 - "archiver-rs-0.5.1" = "sha256-ZIik0mMABmhdx/ullgbOrKH5GAtqcOKq5A6vB7aBSjk="; 98 - "pg-embed-0.7.2" = "sha256-R/SrlzNK7aAOyXVTQ/WPkiQb6FyMg9tpsmPTsiossDY="; 99 98 }; 100 99 }; 101 100 ··· 115 114 116 115 substituteInPlace src/main.rs \ 117 116 --replace 'unknown-version' 'v${version}' 117 + 118 + pushd .. 119 + 120 + mkdir -p frontend/build 121 + cp -R ${frontend-build}/share/windmill-frontend/* frontend/build 122 + cp ${src}/openflow.openapi.yaml . 123 + 124 + popd 118 125 ''; 119 126 120 127 buildInputs = [ ··· 131 138 cmake # for libz-ng-sys crate 132 139 ]; 133 140 134 - preBuild = '' 135 - pushd .. 136 - 137 - mkdir -p frontend/build 138 - 139 - cp -R ${frontend-build}/share/windmill-frontend/* frontend/build 140 - cp ${fullSrc}/openflow.openapi.yaml . 141 - 142 - popd 143 - ''; 144 - 145 141 # needs a postgres database running 146 142 doCheck = false; 147 143 ··· 158 154 ''; 159 155 160 156 meta = { 161 - changelog = "https://github.com/windmill-labs/windmill/blob/${fullSrc.rev}/CHANGELOG.md"; 157 + changelog = "https://github.com/windmill-labs/windmill/blob/${src.rev}/CHANGELOG.md"; 162 158 description = "Open-source developer platform to turn scripts into workflows and UIs"; 163 159 homepage = "https://windmill.dev"; 164 160 license = lib.licenses.agpl3Only;
pkgs/servers/windmill/run.bash.config.proto.patch pkgs/by-name/wi/windmill/run.bash.config.proto.patch
pkgs/servers/windmill/run.go.config.proto.patch pkgs/by-name/wi/windmill/run.go.config.proto.patch
pkgs/servers/windmill/run.python3.config.proto.patch pkgs/by-name/wi/windmill/run.python3.config.proto.patch
pkgs/servers/windmill/swagger-cli.patch pkgs/by-name/wi/windmill/swagger-cli.patch
-2
pkgs/top-level/all-packages.nix
··· 28968 28968 28969 28969 vdo = callPackage ../os-specific/linux/vdo { }; 28970 28970 28971 - windmill = callPackage ../servers/windmill {}; 28972 - 28973 28971 windows = callPackages ../os-specific/windows {}; 28974 28972 28975 28973 wirelesstools = callPackage ../os-specific/linux/wireless-tools { };