Skip to content

Commit 851f698

Browse files
committed
Auto merge of #130874 - klensy:bumpme, r=jieyouxu
bump few deps Bumps cargo_metadata, thorin-dwp, windows. Should dedupe some crates around.
2 parents b6576e3 + 62d92e6 commit 851f698

File tree

9 files changed

+36
-79
lines changed

9 files changed

+36
-79
lines changed

Diff for: Cargo.lock

+25-70
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ dependencies = [
355355
name = "cargo-miri"
356356
version = "0.1.0"
357357
dependencies = [
358-
"cargo_metadata 0.18.1",
358+
"cargo_metadata",
359359
"directories",
360360
"rustc-build-sysroot",
361361
"rustc_tools_util",
@@ -373,20 +373,6 @@ dependencies = [
373373
"serde",
374374
]
375375

376-
[[package]]
377-
name = "cargo_metadata"
378-
version = "0.15.4"
379-
source = "registry+https://github.com/rust-lang/crates.io-index"
380-
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
381-
dependencies = [
382-
"camino",
383-
"cargo-platform",
384-
"semver",
385-
"serde",
386-
"serde_json",
387-
"thiserror",
388-
]
389-
390376
[[package]]
391377
name = "cargo_metadata"
392378
version = "0.18.1"
@@ -533,7 +519,7 @@ name = "clippy"
533519
version = "0.1.83"
534520
dependencies = [
535521
"anstream",
536-
"cargo_metadata 0.18.1",
522+
"cargo_metadata",
537523
"clippy_config",
538524
"clippy_lints",
539525
"clippy_utils",
@@ -585,7 +571,7 @@ name = "clippy_lints"
585571
version = "0.1.83"
586572
dependencies = [
587573
"arrayvec",
588-
"cargo_metadata 0.18.1",
574+
"cargo_metadata",
589575
"clippy_config",
590576
"clippy_utils",
591577
"declare_clippy_lint",
@@ -718,7 +704,7 @@ dependencies = [
718704
"tracing-subscriber",
719705
"unified-diff",
720706
"walkdir",
721-
"windows 0.52.0",
707+
"windows",
722708
]
723709

724710
[[package]]
@@ -966,17 +952,6 @@ dependencies = [
966952
"syn 2.0.77",
967953
]
968954

969-
[[package]]
970-
name = "derive_more"
971-
version = "0.99.18"
972-
source = "registry+https://github.com/rust-lang/crates.io-index"
973-
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
974-
dependencies = [
975-
"proc-macro2",
976-
"quote",
977-
"syn 2.0.77",
978-
]
979-
980955
[[package]]
981956
name = "derive_setters"
982957
version = "0.1.6"
@@ -1393,7 +1368,7 @@ name = "generate-copyright"
13931368
version = "0.1.0"
13941369
dependencies = [
13951370
"anyhow",
1396-
"cargo_metadata 0.18.1",
1371+
"cargo_metadata",
13971372
"rinja",
13981373
"serde",
13991374
"serde_json",
@@ -1442,6 +1417,12 @@ name = "gimli"
14421417
version = "0.28.1"
14431418
source = "registry+https://github.com/rust-lang/crates.io-index"
14441419
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1420+
1421+
[[package]]
1422+
name = "gimli"
1423+
version = "0.30.0"
1424+
source = "registry+https://github.com/rust-lang/crates.io-index"
1425+
checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
14451426
dependencies = [
14461427
"fallible-iterator",
14471428
"indexmap",
@@ -2448,12 +2429,7 @@ version = "0.32.2"
24482429
source = "registry+https://github.com/rust-lang/crates.io-index"
24492430
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
24502431
dependencies = [
2451-
"crc32fast",
2452-
"flate2",
2453-
"hashbrown",
2454-
"indexmap",
24552432
"memchr",
2456-
"ruzstd 0.5.0",
24572433
]
24582434

24592435
[[package]]
@@ -2467,7 +2443,7 @@ dependencies = [
24672443
"hashbrown",
24682444
"indexmap",
24692445
"memchr",
2470-
"ruzstd 0.7.2",
2446+
"ruzstd",
24712447
"wasmparser 0.216.0",
24722448
]
24732449

@@ -3481,7 +3457,7 @@ dependencies = [
34813457
"thorin-dwp",
34823458
"tracing",
34833459
"wasm-encoder 0.216.0",
3484-
"windows 0.52.0",
3460+
"windows",
34853461
]
34863462

34873463
[[package]]
@@ -3538,7 +3514,7 @@ dependencies = [
35383514
"tempfile",
35393515
"thin-vec",
35403516
"tracing",
3541-
"windows 0.52.0",
3517+
"windows",
35423518
]
35433519

35443520
[[package]]
@@ -3600,7 +3576,7 @@ dependencies = [
36003576
"shlex",
36013577
"time",
36023578
"tracing",
3603-
"windows 0.52.0",
3579+
"windows",
36043580
]
36053581

36063582
[[package]]
@@ -3651,7 +3627,7 @@ dependencies = [
36513627
"termcolor",
36523628
"termize",
36533629
"tracing",
3654-
"windows 0.52.0",
3630+
"windows",
36553631
]
36563632

36573633
[[package]]
@@ -4374,7 +4350,7 @@ dependencies = [
43744350
"smallvec",
43754351
"termize",
43764352
"tracing",
4377-
"windows 0.52.0",
4353+
"windows",
43784354
]
43794355

43804356
[[package]]
@@ -4657,7 +4633,7 @@ dependencies = [
46574633
"annotate-snippets 0.9.2",
46584634
"anyhow",
46594635
"bytecount",
4660-
"cargo_metadata 0.18.1",
4636+
"cargo_metadata",
46614637
"clap",
46624638
"clap-cargo",
46634639
"diff",
@@ -4698,17 +4674,6 @@ version = "1.0.17"
46984674
source = "registry+https://github.com/rust-lang/crates.io-index"
46994675
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
47004676

4701-
[[package]]
4702-
name = "ruzstd"
4703-
version = "0.5.0"
4704-
source = "registry+https://github.com/rust-lang/crates.io-index"
4705-
checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
4706-
dependencies = [
4707-
"byteorder",
4708-
"derive_more",
4709-
"twox-hash",
4710-
]
4711-
47124677
[[package]]
47134678
name = "ruzstd"
47144679
version = "0.7.2"
@@ -5087,7 +5052,7 @@ checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
50875052
dependencies = [
50885053
"core-foundation-sys",
50895054
"libc",
5090-
"windows 0.57.0",
5055+
"windows",
50915056
]
50925057

50935058
[[package]]
@@ -5214,13 +5179,13 @@ dependencies = [
52145179

52155180
[[package]]
52165181
name = "thorin-dwp"
5217-
version = "0.7.0"
5182+
version = "0.8.0"
52185183
source = "registry+https://github.com/rust-lang/crates.io-index"
5219-
checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
5184+
checksum = "813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6"
52205185
dependencies = [
5221-
"gimli 0.28.1",
5186+
"gimli 0.30.0",
52225187
"hashbrown",
5223-
"object 0.32.2",
5188+
"object 0.36.4",
52245189
"tracing",
52255190
]
52265191

@@ -5248,7 +5213,7 @@ name = "tidy"
52485213
version = "0.1.0"
52495214
dependencies = [
52505215
"build_helper",
5251-
"cargo_metadata 0.15.4",
5216+
"cargo_metadata",
52525217
"fluent-syntax",
52535218
"ignore",
52545219
"miropt-test-tools",
@@ -5516,7 +5481,7 @@ dependencies = [
55165481
"anyhow",
55175482
"bstr",
55185483
"cargo-platform",
5519-
"cargo_metadata 0.18.1",
5484+
"cargo_metadata",
55205485
"color-eyre",
55215486
"colored",
55225487
"comma",
@@ -5938,16 +5903,6 @@ version = "0.4.0"
59385903
source = "registry+https://github.com/rust-lang/crates.io-index"
59395904
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
59405905

5941-
[[package]]
5942-
name = "windows"
5943-
version = "0.52.0"
5944-
source = "registry+https://github.com/rust-lang/crates.io-index"
5945-
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
5946-
dependencies = [
5947-
"windows-core 0.52.0",
5948-
"windows-targets 0.52.6",
5949-
]
5950-
59515906
[[package]]
59525907
name = "windows"
59535908
version = "0.57.0"

Diff for: compiler/rustc_codegen_ssa/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde_json = "1.0.59"
3939
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
4040
tempfile = "3.2"
4141
thin-vec = "0.2.12"
42-
thorin-dwp = "0.7"
42+
thorin-dwp = "0.8"
4343
tracing = "0.1"
4444
wasm-encoder = "0.216.0"
4545
# tidy-alphabetical-end
@@ -55,5 +55,5 @@ default-features = false
5555
features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write", "wasm"]
5656

5757
[target.'cfg(windows)'.dependencies.windows]
58-
version = "0.52.0"
58+
version = "0.57.0"
5959
features = ["Win32_Globalization"]

Diff for: compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing = "0.1"
3232
version = "0.12"
3333

3434
[target.'cfg(windows)'.dependencies.windows]
35-
version = "0.52.0"
35+
version = "0.57.0"
3636
features = [
3737
"Win32_Foundation",
3838
"Win32_Storage_FileSystem",

Diff for: compiler/rustc_driver_impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ libc = "0.2"
5959
# tidy-alphabetical-end
6060

6161
[target.'cfg(windows)'.dependencies.windows]
62-
version = "0.52.0"
62+
version = "0.57.0"
6363
features = [
6464
"Win32_System_Diagnostics_Debug",
6565
]

Diff for: compiler/rustc_errors/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing = "0.1"
2929
# tidy-alphabetical-end
3030

3131
[target.'cfg(windows)'.dependencies.windows]
32-
version = "0.52.0"
32+
version = "0.57.0"
3333
features = [
3434
"Win32_Foundation",
3535
"Win32_Security",

Diff for: compiler/rustc_session/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libc = "0.2"
3030
# tidy-alphabetical-end
3131

3232
[target.'cfg(windows)'.dependencies.windows]
33-
version = "0.52.0"
33+
version = "0.57.0"
3434
features = [
3535
"Win32_Foundation",
3636
"Win32_System_LibraryLoader",

Diff for: src/tools/compiletest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libc = "0.2"
3333
miow = "0.6"
3434

3535
[target.'cfg(windows)'.dependencies.windows]
36-
version = "0.52.0"
36+
version = "0.57.0"
3737
features = [
3838
"Win32_Foundation",
3939
"Win32_System_Diagnostics_Debug",

Diff for: src/tools/tidy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ autobins = false
66

77
[dependencies]
88
build_helper = { path = "../build_helper" }
9-
cargo_metadata = "0.15"
9+
cargo_metadata = "0.18"
1010
regex = "1"
1111
miropt-test-tools = { path = "../miropt-test-tools" }
1212
walkdir = "2"

Diff for: src/tools/tidy/src/deps.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
271271
"datafrog",
272272
"deranged",
273273
"derive-where",
274-
"derive_more",
275274
"derive_setters",
276275
"digest",
277276
"displaydoc",
@@ -435,6 +434,9 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
435434
"winapi-x86_64-pc-windows-gnu",
436435
"windows",
437436
"windows-core",
437+
"windows-implement",
438+
"windows-interface",
439+
"windows-result",
438440
"windows-sys",
439441
"windows-targets",
440442
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)