Auto merge of #141232 - fmease:rollup-qr9mobf, r=fmease · rust-lang/rust@4455c89 (original) (raw)
`@@ -738,7 +738,7 @@ dependencies = [
`
738
738
`"tracing-subscriber",
`
739
739
`"unified-diff",
`
740
740
`"walkdir",
`
741
``
`-
"windows 0.59.0",
`
``
741
`+
"windows",
`
742
742
`]
`
743
743
``
744
744
`[[package]]
`
`@@ -1587,7 +1587,7 @@ dependencies = [
`
1587
1587
`"js-sys",
`
1588
1588
`"log",
`
1589
1589
`"wasm-bindgen",
`
1590
``
`-
"windows-core 0.61.0",
`
``
1590
`+
"windows-core",
`
1591
1591
`]
`
1592
1592
``
1593
1593
`[[package]]
`
`@@ -3493,7 +3493,7 @@ dependencies = [
`
3493
3493
`"thorin-dwp",
`
3494
3494
`"tracing",
`
3495
3495
`"wasm-encoder 0.219.2",
`
3496
``
`-
"windows 0.59.0",
`
``
3496
`+
"windows",
`
3497
3497
`]
`
3498
3498
``
3499
3499
`[[package]]
`
`@@ -3552,7 +3552,7 @@ dependencies = [
`
3552
3552
`"tempfile",
`
3553
3553
`"thin-vec",
`
3554
3554
`"tracing",
`
3555
``
`-
"windows 0.59.0",
`
``
3555
`+
"windows",
`
3556
3556
`]
`
3557
3557
``
3558
3558
`[[package]]
`
`@@ -3615,7 +3615,7 @@ dependencies = [
`
3615
3615
`"shlex",
`
3616
3616
`"stable_mir",
`
3617
3617
`"tracing",
`
3618
``
`-
"windows 0.59.0",
`
``
3618
`+
"windows",
`
3619
3619
`]
`
3620
3620
``
3621
3621
`[[package]]
`
`@@ -3670,7 +3670,7 @@ dependencies = [
`
3670
3670
`"termcolor",
`
3671
3671
`"termize",
`
3672
3672
`"tracing",
`
3673
``
`-
"windows 0.59.0",
`
``
3673
`+
"windows",
`
3674
3674
`]
`
3675
3675
``
3676
3676
`[[package]]
`
`@@ -4415,7 +4415,7 @@ dependencies = [
`
4415
4415
`"smallvec",
`
4416
4416
`"termize",
`
4417
4417
`"tracing",
`
4418
``
`-
"windows 0.59.0",
`
``
4418
`+
"windows",
`
4419
4419
`]
`
4420
4420
``
4421
4421
`[[package]]
`
`@@ -5102,7 +5102,7 @@ dependencies = [
`
5102
5102
`"libc",
`
5103
5103
`"objc2-core-foundation",
`
5104
5104
`"objc2-io-kit",
`
5105
``
`-
"windows 0.61.1",
`
``
5105
`+
"windows",
`
5106
5106
`]
`
5107
5107
``
5108
5108
`[[package]]
`
`@@ -6002,24 +6002,14 @@ version = "0.4.0"
`
6002
6002
`source = "registry+https://github.com/rust-lang/crates.io-index"
`
6003
6003
`checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
`
6004
6004
``
6005
``
`-
[[package]]
`
6006
``
`-
name = "windows"
`
6007
``
`-
version = "0.59.0"
`
6008
``
`-
source = "registry+https://github.com/rust-lang/crates.io-index"
`
6009
``
`-
checksum = "7f919aee0a93304be7f62e8e5027811bbba96bcb1de84d6618be56e43f8a32a1"
`
6010
``
`-
dependencies = [
`
6011
``
`-
"windows-core 0.59.0",
`
6012
``
`-
"windows-targets 0.53.0",
`
6013
``
`-
]
`
6014
``
-
6015
6005
`[[package]]
`
6016
6006
`name = "windows"
`
6017
6007
`version = "0.61.1"
`
6018
6008
`source = "registry+https://github.com/rust-lang/crates.io-index"
`
6019
6009
`checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
`
6020
6010
`dependencies = [
`
6021
6011
`"windows-collections",
`
6022
``
`-
"windows-core 0.61.0",
`
``
6012
`+
"windows-core",
`
6023
6013
`"windows-future",
`
6024
6014
`"windows-link",
`
6025
6015
`"windows-numerics",
`
`@@ -6042,20 +6032,7 @@ version = "0.2.0"
`
6042
6032
`source = "registry+https://github.com/rust-lang/crates.io-index"
`
6043
6033
`checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
`
6044
6034
`dependencies = [
`
6045
``
`-
"windows-core 0.61.0",
`
6046
``
`-
]
`
6047
``
-
6048
``
`-
[[package]]
`
6049
``
`-
name = "windows-core"
`
6050
``
`-
version = "0.59.0"
`
6051
``
`-
source = "registry+https://github.com/rust-lang/crates.io-index"
`
6052
``
`-
checksum = "810ce18ed2112484b0d4e15d022e5f598113e220c53e373fb31e67e21670c1ce"
`
6053
``
`-
dependencies = [
`
6054
``
`-
"windows-implement 0.59.0",
`
6055
``
`-
"windows-interface",
`
6056
``
`-
"windows-result",
`
6057
``
`-
"windows-strings 0.3.1",
`
6058
``
`-
"windows-targets 0.53.0",
`
``
6035
`+
"windows-core",
`
6059
6036
`]
`
6060
6037
``
6061
6038
`[[package]]
`
`@@ -6064,11 +6041,11 @@ version = "0.61.0"
`
6064
6041
`source = "registry+https://github.com/rust-lang/crates.io-index"
`
6065
6042
`checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
`
6066
6043
`dependencies = [
`
6067
``
`-
"windows-implement 0.60.0",
`
``
6044
`+
"windows-implement",
`
6068
6045
`"windows-interface",
`
6069
6046
`"windows-link",
`
6070
6047
`"windows-result",
`
6071
``
`-
"windows-strings 0.4.0",
`
``
6048
`+
"windows-strings",
`
6072
6049
`]
`
6073
6050
``
6074
6051
`[[package]]
`
`@@ -6077,21 +6054,10 @@ version = "0.2.0"
`
6077
6054
`source = "registry+https://github.com/rust-lang/crates.io-index"
`
6078
6055
`checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
`
6079
6056
`dependencies = [
`
6080
``
`-
"windows-core 0.61.0",
`
``
6057
`+
"windows-core",
`
6081
6058
`"windows-link",
`
6082
6059
`]
`
6083
6060
``
6084
``
`-
[[package]]
`
6085
``
`-
name = "windows-implement"
`
6086
``
`-
version = "0.59.0"
`
6087
``
`-
source = "registry+https://github.com/rust-lang/crates.io-index"
`
6088
``
`-
checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
`
6089
``
`-
dependencies = [
`
6090
``
`-
"proc-macro2",
`
6091
``
`-
"quote",
`
6092
``
`-
"syn 2.0.101",
`
6093
``
`-
]
`
6094
``
-
6095
6061
`[[package]]
`
6096
6062
`name = "windows-implement"
`
6097
6063
`version = "0.60.0"
`
`@@ -6126,7 +6092,7 @@ version = "0.2.0"
`
6126
6092
`source = "registry+https://github.com/rust-lang/crates.io-index"
`
6127
6093
`checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
`
6128
6094
`dependencies = [
`
6129
``
`-
"windows-core 0.61.0",
`
``
6095
`+
"windows-core",
`
6130
6096
`"windows-link",
`
6131
6097
`]
`
6132
6098
``
`@@ -6139,15 +6105,6 @@ dependencies = [
`
6139
6105
`"windows-link",
`
6140
6106
`]
`
6141
6107
``
6142
``
`-
[[package]]
`
6143
``
`-
name = "windows-strings"
`
6144
``
`-
version = "0.3.1"
`
6145
``
`-
source = "registry+https://github.com/rust-lang/crates.io-index"
`
6146
``
`-
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
`
6147
``
`-
dependencies = [
`
6148
``
`-
"windows-link",
`
6149
``
`-
]
`
6150
``
-
6151
6108
`[[package]]
`
6152
6109
`name = "windows-strings"
`
6153
6110
`version = "0.4.0"
`