aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock81
1 files changed, 12 insertions, 69 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3697f3b..258125b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -133,16 +133,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
133 133
134[[package]] 134[[package]]
135name = "chrono" 135name = "chrono"
136version = "0.4.31" 136version = "0.4.33"
137source = "registry+https://github.com/rust-lang/crates.io-index" 137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 138checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
139dependencies = [ 139dependencies = [
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"
771source = "registry+https://github.com/rust-lang/crates.io-index" 771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 772checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
773dependencies = [ 773dependencies = [
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"
780source = "registry+https://github.com/rust-lang/crates.io-index" 780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 781checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
782dependencies = [ 782dependencies = [
783 "windows-targets 0.52.0", 783 "windows-targets",
784]
785
786[[package]]
787name = "windows-targets"
788version = "0.48.5"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
791dependencies = [
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"
804source = "registry+https://github.com/rust-lang/crates.io-index" 789source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 790checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
806dependencies = [ 791dependencies = [
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]]
817name = "windows_aarch64_gnullvm" 802name = "windows_aarch64_gnullvm"
818version = "0.48.5"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
821
822[[package]]
823name = "windows_aarch64_gnullvm"
824version = "0.52.0" 803version = "0.52.0"
825source = "registry+https://github.com/rust-lang/crates.io-index" 804source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 805checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
827 806
828[[package]] 807[[package]]
829name = "windows_aarch64_msvc" 808name = "windows_aarch64_msvc"
830version = "0.48.5"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
833
834[[package]]
835name = "windows_aarch64_msvc"
836version = "0.52.0" 809version = "0.52.0"
837source = "registry+https://github.com/rust-lang/crates.io-index" 810source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 811checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
839 812
840[[package]] 813[[package]]
841name = "windows_i686_gnu" 814name = "windows_i686_gnu"
842version = "0.48.5"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
845
846[[package]]
847name = "windows_i686_gnu"
848version = "0.52.0" 815version = "0.52.0"
849source = "registry+https://github.com/rust-lang/crates.io-index" 816source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 817checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
851 818
852[[package]] 819[[package]]
853name = "windows_i686_msvc" 820name = "windows_i686_msvc"
854version = "0.48.5"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
857
858[[package]]
859name = "windows_i686_msvc"
860version = "0.52.0" 821version = "0.52.0"
861source = "registry+https://github.com/rust-lang/crates.io-index" 822source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 823checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
863 824
864[[package]] 825[[package]]
865name = "windows_x86_64_gnu" 826name = "windows_x86_64_gnu"
866version = "0.48.5"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
869
870[[package]]
871name = "windows_x86_64_gnu"
872version = "0.52.0" 827version = "0.52.0"
873source = "registry+https://github.com/rust-lang/crates.io-index" 828source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 829checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
875 830
876[[package]] 831[[package]]
877name = "windows_x86_64_gnullvm" 832name = "windows_x86_64_gnullvm"
878version = "0.48.5"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
881
882[[package]]
883name = "windows_x86_64_gnullvm"
884version = "0.52.0" 833version = "0.52.0"
885source = "registry+https://github.com/rust-lang/crates.io-index" 834source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 835checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
887 836
888[[package]] 837[[package]]
889name = "windows_x86_64_msvc" 838name = "windows_x86_64_msvc"
890version = "0.48.5"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
893
894[[package]]
895name = "windows_x86_64_msvc"
896version = "0.52.0" 839version = "0.52.0"
897source = "registry+https://github.com/rust-lang/crates.io-index" 840source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 841checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"