Skip to content

Commit 9374af1

Browse files
committed
Auto merge of rust-lang#10820 - giraffate:fix_warnings_on_multiple_crate_versions, r=flip1995
Address Dependabot alerts Address https://github.com/rust-lang/rust-clippy/security/dependabot/1 changelog: none
2 parents b6284f0 + e005fcf commit 9374af1

File tree

2 files changed

+4
-65
lines changed

2 files changed

+4
-65
lines changed

tests/ui-cargo/multiple_crate_versions/fail/Cargo.lock

+3-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/ui-cargo/multiple_crate_versions/fail/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ publish = false
66
[workspace]
77

88
[dependencies]
9-
ctrlc = "=3.1.0"
9+
winapi = "0.2"
1010
ansi_term = "=0.11.0"

0 commit comments

Comments
 (0)