diff options
| author | Renovate Bot <[email protected]> | 2024-02-06 08:04:56 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2024-02-06 08:04:56 +0000 |
| commit | 423f0048a98b5c779bad2772ebd32142d4755175 (patch) | |
| tree | 109089e458fb7038deed34c8e7abf08ac9dbcf91 | |
| parent | 6f4029674a05e5d8e9292ca8a4c44cb2c017991e (diff) | |
Update Rust crate chrono to 0.4.33
| -rw-r--r-- | Cargo.lock | 81 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 13 insertions, 70 deletions
| @@ -133,16 +133,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
| 133 | 133 | ||
| 134 | [[package]] | 134 | [[package]] |
| 135 | name = "chrono" | 135 | name = "chrono" |
| 136 | version = "0.4.31" | 136 | version = "0.4.33" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" | 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" | 138 | checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" |
| 139 | dependencies = [ | 139 | dependencies = [ |
| 140 | "android-tzdata", | 140 | "android-tzdata", |
| 141 | "iana-time-zone", | 141 | "iana-time-zone", |
| 142 | "js-sys", | 142 | "js-sys", |
| 143 | "num-traits", | 143 | "num-traits", |
| 144 | "wasm-bindgen", | 144 | "wasm-bindgen", |
| 145 | "windows-targets 0.48.5", | 145 | "windows-targets", |
| 146 | ] | 146 | ] |
| 147 | 147 | ||
| 148 | [[package]] | 148 | [[package]] |
| @@ -771,7 +771,7 @@ version = "0.52.0" | |||
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" | 771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" | 772 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| 773 | dependencies = [ | 773 | dependencies = [ |
| 774 | "windows-targets 0.52.0", | 774 | "windows-targets", |
| 775 | ] | 775 | ] |
| 776 | 776 | ||
| 777 | [[package]] | 777 | [[package]] |
| @@ -780,22 +780,7 @@ version = "0.52.0" | |||
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" | 780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | 781 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 782 | dependencies = [ | 782 | dependencies = [ |
| 783 | "windows-targets 0.52.0", | 783 | "windows-targets", |
| 784 | ] | ||
| 785 | |||
| 786 | [[package]] | ||
| 787 | name = "windows-targets" | ||
| 788 | version = "0.48.5" | ||
| 789 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 790 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | ||
| 791 | dependencies = [ | ||
| 792 | "windows_aarch64_gnullvm 0.48.5", | ||
| 793 | "windows_aarch64_msvc 0.48.5", | ||
| 794 | "windows_i686_gnu 0.48.5", | ||
| 795 | "windows_i686_msvc 0.48.5", | ||
| 796 | "windows_x86_64_gnu 0.48.5", | ||
| 797 | "windows_x86_64_gnullvm 0.48.5", | ||
| 798 | "windows_x86_64_msvc 0.48.5", | ||
| 799 | ] | 784 | ] |
| 800 | 785 | ||
| 801 | [[package]] | 786 | [[package]] |
| @@ -804,95 +789,53 @@ version = "0.52.0" | |||
| 804 | source = "registry+https://github.com/rust-lang/crates.io-index" | 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 805 | checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" | 790 | checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| 806 | dependencies = [ | 791 | dependencies = [ |
| 807 | "windows_aarch64_gnullvm 0.52.0", | 792 | "windows_aarch64_gnullvm", |
| 808 | "windows_aarch64_msvc 0.52.0", | 793 | "windows_aarch64_msvc", |
| 809 | "windows_i686_gnu 0.52.0", | 794 | "windows_i686_gnu", |
| 810 | "windows_i686_msvc 0.52.0", | 795 | "windows_i686_msvc", |
| 811 | "windows_x86_64_gnu 0.52.0", | 796 | "windows_x86_64_gnu", |
| 812 | "windows_x86_64_gnullvm 0.52.0", | 797 | "windows_x86_64_gnullvm", |
| 813 | "windows_x86_64_msvc 0.52.0", | 798 | "windows_x86_64_msvc", |
| 814 | ] | 799 | ] |
| 815 | 800 | ||
| 816 | [[package]] | 801 | [[package]] |
| 817 | name = "windows_aarch64_gnullvm" | 802 | name = "windows_aarch64_gnullvm" |
| 818 | version = "0.48.5" | ||
| 819 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 820 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | ||
| 821 | |||
| 822 | [[package]] | ||
| 823 | name = "windows_aarch64_gnullvm" | ||
| 824 | version = "0.52.0" | 803 | version = "0.52.0" |
| 825 | source = "registry+https://github.com/rust-lang/crates.io-index" | 804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 826 | checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" | 805 | checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| 827 | 806 | ||
| 828 | [[package]] | 807 | [[package]] |
| 829 | name = "windows_aarch64_msvc" | 808 | name = "windows_aarch64_msvc" |
| 830 | version = "0.48.5" | ||
| 831 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 832 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | ||
| 833 | |||
| 834 | [[package]] | ||
| 835 | name = "windows_aarch64_msvc" | ||
| 836 | version = "0.52.0" | 809 | version = "0.52.0" |
| 837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 838 | checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" | 811 | checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
| 839 | 812 | ||
| 840 | [[package]] | 813 | [[package]] |
| 841 | name = "windows_i686_gnu" | 814 | name = "windows_i686_gnu" |
| 842 | version = "0.48.5" | ||
| 843 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 844 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | ||
| 845 | |||
| 846 | [[package]] | ||
| 847 | name = "windows_i686_gnu" | ||
| 848 | version = "0.52.0" | 815 | version = "0.52.0" |
| 849 | source = "registry+https://github.com/rust-lang/crates.io-index" | 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 850 | checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" | 817 | checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| 851 | 818 | ||
| 852 | [[package]] | 819 | [[package]] |
| 853 | name = "windows_i686_msvc" | 820 | name = "windows_i686_msvc" |
| 854 | version = "0.48.5" | ||
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 856 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | ||
| 857 | |||
| 858 | [[package]] | ||
| 859 | name = "windows_i686_msvc" | ||
| 860 | version = "0.52.0" | 821 | version = "0.52.0" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" | 822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" | 823 | checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
| 863 | 824 | ||
| 864 | [[package]] | 825 | [[package]] |
| 865 | name = "windows_x86_64_gnu" | 826 | name = "windows_x86_64_gnu" |
| 866 | version = "0.48.5" | ||
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 868 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | ||
| 869 | |||
| 870 | [[package]] | ||
| 871 | name = "windows_x86_64_gnu" | ||
| 872 | version = "0.52.0" | 827 | version = "0.52.0" |
| 873 | source = "registry+https://github.com/rust-lang/crates.io-index" | 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 874 | checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" | 829 | checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| 875 | 830 | ||
| 876 | [[package]] | 831 | [[package]] |
| 877 | name = "windows_x86_64_gnullvm" | 832 | name = "windows_x86_64_gnullvm" |
| 878 | version = "0.48.5" | ||
| 879 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 880 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | ||
| 881 | |||
| 882 | [[package]] | ||
| 883 | name = "windows_x86_64_gnullvm" | ||
| 884 | version = "0.52.0" | 833 | version = "0.52.0" |
| 885 | source = "registry+https://github.com/rust-lang/crates.io-index" | 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 886 | checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" | 835 | checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
| 887 | 836 | ||
| 888 | [[package]] | 837 | [[package]] |
| 889 | name = "windows_x86_64_msvc" | 838 | name = "windows_x86_64_msvc" |
| 890 | version = "0.48.5" | ||
| 891 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 892 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | ||
| 893 | |||
| 894 | [[package]] | ||
| 895 | name = "windows_x86_64_msvc" | ||
| 896 | version = "0.52.0" | 839 | version = "0.52.0" |
| 897 | source = "registry+https://github.com/rust-lang/crates.io-index" | 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" | 841 | checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
| @@ -6,7 +6,7 @@ edition = "2021" | |||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | chrono = "0.4.31" | 9 | chrono = "0.4.33" |
| 10 | clap = { version = "4.4.18", features = ["env", "derive"] } | 10 | clap = { version = "4.4.18", features = ["env", "derive"] } |
| 11 | color-eyre = "0.6.2" | 11 | color-eyre = "0.6.2" |
| 12 | cron = "0.12.0" | 12 | cron = "0.12.0" |
