You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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``
0 commit comments