@@ -565,6 +565,12 @@ dependencies = [
565565 " libc" ,
566566]
567567
568+ [[package ]]
569+ name = " hermit-abi"
570+ version = " 0.3.1"
571+ source = " registry+https://github.com/rust-lang/crates.io-index"
572+ checksum = " fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
573+
568574[[package ]]
569575name = " hex"
570576version = " 0.4.3"
@@ -703,12 +709,13 @@ dependencies = [
703709
704710[[package ]]
705711name = " io-lifetimes"
706- version = " 1.0.4 "
712+ version = " 1.0.10 "
707713source = " registry+https://github.com/rust-lang/crates.io-index"
708- checksum = " e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e "
714+ checksum = " 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 "
709715dependencies = [
716+ " hermit-abi 0.3.1" ,
710717 " libc" ,
711- " windows-sys 0.42 .0" ,
718+ " windows-sys 0.48 .0" ,
712719]
713720
714721[[package ]]
@@ -2053,7 +2060,7 @@ version = "1.15.0"
20532060source = " registry+https://github.com/rust-lang/crates.io-index"
20542061checksum = " 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
20552062dependencies = [
2056- " hermit-abi" ,
2063+ " hermit-abi 0.2.6 " ,
20572064 " libc" ,
20582065]
20592066
@@ -3148,13 +3155,13 @@ version = "0.42.0"
31483155source = " registry+https://github.com/rust-lang/crates.io-index"
31493156checksum = " 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
31503157dependencies = [
3151- " windows_aarch64_gnullvm" ,
3152- " windows_aarch64_msvc" ,
3153- " windows_i686_gnu" ,
3154- " windows_i686_msvc" ,
3155- " windows_x86_64_gnu" ,
3156- " windows_x86_64_gnullvm" ,
3157- " windows_x86_64_msvc" ,
3158+ " windows_aarch64_gnullvm 0.42.2 " ,
3159+ " windows_aarch64_msvc 0.42.2 " ,
3160+ " windows_i686_gnu 0.42.1 " ,
3161+ " windows_i686_msvc 0.42.2 " ,
3162+ " windows_x86_64_gnu 0.42.1 " ,
3163+ " windows_x86_64_gnullvm 0.42.2 " ,
3164+ " windows_x86_64_msvc 0.42.2 " ,
31583165]
31593166
31603167[[package ]]
@@ -3163,7 +3170,16 @@ version = "0.45.0"
31633170source = " registry+https://github.com/rust-lang/crates.io-index"
31643171checksum = " 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
31653172dependencies = [
3166- " windows-targets" ,
3173+ " windows-targets 0.42.1" ,
3174+ ]
3175+
3176+ [[package ]]
3177+ name = " windows-sys"
3178+ version = " 0.48.0"
3179+ source = " registry+https://github.com/rust-lang/crates.io-index"
3180+ checksum = " 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3181+ dependencies = [
3182+ " windows-targets 0.48.0" ,
31673183]
31683184
31693185[[package ]]
@@ -3172,13 +3188,28 @@ version = "0.42.1"
31723188source = " registry+https://github.com/rust-lang/crates.io-index"
31733189checksum = " 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
31743190dependencies = [
3175- " windows_aarch64_gnullvm" ,
3176- " windows_aarch64_msvc" ,
3177- " windows_i686_gnu" ,
3178- " windows_i686_msvc" ,
3179- " windows_x86_64_gnu" ,
3180- " windows_x86_64_gnullvm" ,
3181- " windows_x86_64_msvc" ,
3191+ " windows_aarch64_gnullvm 0.42.2" ,
3192+ " windows_aarch64_msvc 0.42.2" ,
3193+ " windows_i686_gnu 0.42.1" ,
3194+ " windows_i686_msvc 0.42.2" ,
3195+ " windows_x86_64_gnu 0.42.1" ,
3196+ " windows_x86_64_gnullvm 0.42.2" ,
3197+ " windows_x86_64_msvc 0.42.2" ,
3198+ ]
3199+
3200+ [[package ]]
3201+ name = " windows-targets"
3202+ version = " 0.48.0"
3203+ source = " registry+https://github.com/rust-lang/crates.io-index"
3204+ checksum = " 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
3205+ dependencies = [
3206+ " windows_aarch64_gnullvm 0.48.0" ,
3207+ " windows_aarch64_msvc 0.48.0" ,
3208+ " windows_i686_gnu 0.48.0" ,
3209+ " windows_i686_msvc 0.48.0" ,
3210+ " windows_x86_64_gnu 0.48.0" ,
3211+ " windows_x86_64_gnullvm 0.48.0" ,
3212+ " windows_x86_64_msvc 0.48.0" ,
31823213]
31833214
31843215[[package ]]
@@ -3187,42 +3218,84 @@ version = "0.42.2"
31873218source = " registry+https://github.com/rust-lang/crates.io-index"
31883219checksum = " 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
31893220
3221+ [[package ]]
3222+ name = " windows_aarch64_gnullvm"
3223+ version = " 0.48.0"
3224+ source = " registry+https://github.com/rust-lang/crates.io-index"
3225+ checksum = " 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
3226+
31903227[[package ]]
31913228name = " windows_aarch64_msvc"
31923229version = " 0.42.2"
31933230source = " registry+https://github.com/rust-lang/crates.io-index"
31943231checksum = " e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
31953232
3233+ [[package ]]
3234+ name = " windows_aarch64_msvc"
3235+ version = " 0.48.0"
3236+ source = " registry+https://github.com/rust-lang/crates.io-index"
3237+ checksum = " b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
3238+
31963239[[package ]]
31973240name = " windows_i686_gnu"
31983241version = " 0.42.1"
31993242source = " registry+https://github.com/rust-lang/crates.io-index"
32003243checksum = " de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
32013244
3245+ [[package ]]
3246+ name = " windows_i686_gnu"
3247+ version = " 0.48.0"
3248+ source = " registry+https://github.com/rust-lang/crates.io-index"
3249+ checksum = " 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
3250+
32023251[[package ]]
32033252name = " windows_i686_msvc"
32043253version = " 0.42.2"
32053254source = " registry+https://github.com/rust-lang/crates.io-index"
32063255checksum = " 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
32073256
3257+ [[package ]]
3258+ name = " windows_i686_msvc"
3259+ version = " 0.48.0"
3260+ source = " registry+https://github.com/rust-lang/crates.io-index"
3261+ checksum = " 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
3262+
32083263[[package ]]
32093264name = " windows_x86_64_gnu"
32103265version = " 0.42.1"
32113266source = " registry+https://github.com/rust-lang/crates.io-index"
32123267checksum = " c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
32133268
3269+ [[package ]]
3270+ name = " windows_x86_64_gnu"
3271+ version = " 0.48.0"
3272+ source = " registry+https://github.com/rust-lang/crates.io-index"
3273+ checksum = " ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
3274+
32143275[[package ]]
32153276name = " windows_x86_64_gnullvm"
32163277version = " 0.42.2"
32173278source = " registry+https://github.com/rust-lang/crates.io-index"
32183279checksum = " 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
32193280
3281+ [[package ]]
3282+ name = " windows_x86_64_gnullvm"
3283+ version = " 0.48.0"
3284+ source = " registry+https://github.com/rust-lang/crates.io-index"
3285+ checksum = " 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
3286+
32203287[[package ]]
32213288name = " windows_x86_64_msvc"
32223289version = " 0.42.2"
32233290source = " registry+https://github.com/rust-lang/crates.io-index"
32243291checksum = " 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
32253292
3293+ [[package ]]
3294+ name = " windows_x86_64_msvc"
3295+ version = " 0.48.0"
3296+ source = " registry+https://github.com/rust-lang/crates.io-index"
3297+ checksum = " 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
3298+
32263299[[package ]]
32273300name = " winreg"
32283301version = " 0.7.0"
0 commit comments