Commit be401a7
authored
Rollup merge of rust-lang#120177 - michaelciraci:merge-deps-2, r=Nilstrieb
Remove duplicate dependencies for rustc
Removed several duplicates for rustc: rust-lang#75704
Several duplicates still exist, but an external library would have to be updated first.
These are the duplicate dependencies still outstanding:
```
annotate-snippets v0.9.1
annotate-snippets v0.10.1
bitflags v1.3.2
bitflags v2.4.1
cargo_metadata v0.15.4
cargo_metadata v0.18.0
darling v0.14.4
darling v0.20.3
darling_core v0.14.4
darling_core v0.20.3
darling_macro v0.14.4
darling_macro v0.20.3
regex-automata v0.1.10
regex-automata v0.2.0
regex-automata v0.4.3
regex-syntax v0.6.29
regex-syntax v0.7.2
regex-syntax v0.8.2
self_cell v0.10.3
self_cell v1.0.2
syn v1.0.109
syn v2.0.32
toml v0.5.11
toml v0.7.5
```
It should not be hard to consolidate these remaining duplicate dependencies, but it will take time as it would be pull requests for external crates.
r? `@jyn514`2 files changed
+16
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
| 318 | + | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
| |||
1589 | 1588 | | |
1590 | 1589 | | |
1591 | 1590 | | |
1592 | | - | |
| 1591 | + | |
1593 | 1592 | | |
1594 | | - | |
| 1593 | + | |
1595 | 1594 | | |
1596 | | - | |
| 1595 | + | |
1597 | 1596 | | |
1598 | 1597 | | |
1599 | 1598 | | |
| |||
2370 | 2369 | | |
2371 | 2370 | | |
2372 | 2371 | | |
2373 | | - | |
| 2372 | + | |
2374 | 2373 | | |
2375 | | - | |
| 2374 | + | |
2376 | 2375 | | |
2377 | 2376 | | |
2378 | 2377 | | |
| |||
3183 | 3182 | | |
3184 | 3183 | | |
3185 | 3184 | | |
| 3185 | + | |
| 3186 | + | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
3186 | 3191 | | |
3187 | 3192 | | |
3188 | 3193 | | |
| |||
5424 | 5429 | | |
5425 | 5430 | | |
5426 | 5431 | | |
5427 | | - | |
| 5432 | + | |
5428 | 5433 | | |
5429 | 5434 | | |
5430 | 5435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments