@@ -842,10 +842,11 @@ dependencies = [
842842
843843[[package ]]
844844name = " generator"
845- version = " 0.8.4 "
845+ version = " 0.8.5 "
846846source = " registry+https://github.com/rust-lang/crates.io-index"
847- checksum = " cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd "
847+ checksum = " d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827 "
848848dependencies = [
849+ " cc" ,
849850 " cfg-if" ,
850851 " libc" ,
851852 " log" ,
@@ -4625,32 +4626,54 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
46254626
46264627[[package ]]
46274628name = " windows"
4628- version = " 0.58.0 "
4629+ version = " 0.61.1 "
46294630source = " registry+https://github.com/rust-lang/crates.io-index"
4630- checksum = " dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
4631+ checksum = " c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
4632+ dependencies = [
4633+ " windows-collections" ,
4634+ " windows-core" ,
4635+ " windows-future" ,
4636+ " windows-link" ,
4637+ " windows-numerics" ,
4638+ ]
4639+
4640+ [[package ]]
4641+ name = " windows-collections"
4642+ version = " 0.2.0"
4643+ source = " registry+https://github.com/rust-lang/crates.io-index"
4644+ checksum = " 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
46314645dependencies = [
46324646 " windows-core" ,
4633- " windows-targets 0.52.6" ,
46344647]
46354648
46364649[[package ]]
46374650name = " windows-core"
4638- version = " 0.58 .0"
4651+ version = " 0.61 .0"
46394652source = " registry+https://github.com/rust-lang/crates.io-index"
4640- checksum = " 6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99 "
4653+ checksum = " 4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980 "
46414654dependencies = [
46424655 " windows-implement" ,
46434656 " windows-interface" ,
4657+ " windows-link" ,
46444658 " windows-result" ,
46454659 " windows-strings" ,
4646- " windows-targets 0.52.6" ,
4660+ ]
4661+
4662+ [[package ]]
4663+ name = " windows-future"
4664+ version = " 0.2.0"
4665+ source = " registry+https://github.com/rust-lang/crates.io-index"
4666+ checksum = " 7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
4667+ dependencies = [
4668+ " windows-core" ,
4669+ " windows-link" ,
46474670]
46484671
46494672[[package ]]
46504673name = " windows-implement"
4651- version = " 0.58 .0"
4674+ version = " 0.60 .0"
46524675source = " registry+https://github.com/rust-lang/crates.io-index"
4653- checksum = " 2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b "
4676+ checksum = " a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 "
46544677dependencies = [
46554678 " proc-macro2" ,
46564679 " quote" ,
@@ -4659,32 +4682,47 @@ dependencies = [
46594682
46604683[[package ]]
46614684name = " windows-interface"
4662- version = " 0.58.0 "
4685+ version = " 0.59.1 "
46634686source = " registry+https://github.com/rust-lang/crates.io-index"
4664- checksum = " 053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515 "
4687+ checksum = " bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 "
46654688dependencies = [
46664689 " proc-macro2" ,
46674690 " quote" ,
46684691 " syn" ,
46694692]
46704693
46714694[[package ]]
4672- name = " windows-result"
4695+ name = " windows-link"
4696+ version = " 0.1.1"
4697+ source = " registry+https://github.com/rust-lang/crates.io-index"
4698+ checksum = " 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
4699+
4700+ [[package ]]
4701+ name = " windows-numerics"
46734702version = " 0.2.0"
46744703source = " registry+https://github.com/rust-lang/crates.io-index"
4675- checksum = " 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e "
4704+ checksum = " 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 "
46764705dependencies = [
4677- " windows-targets 0.52.6" ,
4706+ " windows-core" ,
4707+ " windows-link" ,
4708+ ]
4709+
4710+ [[package ]]
4711+ name = " windows-result"
4712+ version = " 0.3.2"
4713+ source = " registry+https://github.com/rust-lang/crates.io-index"
4714+ checksum = " c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
4715+ dependencies = [
4716+ " windows-link" ,
46784717]
46794718
46804719[[package ]]
46814720name = " windows-strings"
4682- version = " 0.1 .0"
4721+ version = " 0.4 .0"
46834722source = " registry+https://github.com/rust-lang/crates.io-index"
4684- checksum = " 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 "
4723+ checksum = " 7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97 "
46854724dependencies = [
4686- " windows-result" ,
4687- " windows-targets 0.52.6" ,
4725+ " windows-link" ,
46884726]
46894727
46904728[[package ]]
0 commit comments