diff options
| author | flip1995 <hello@philkrones.com> | 2022-06-16 17:39:29 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2022-06-16 17:39:29 +0200 |
| commit | 37cdd7e3729c2b6173d24f3973f71866c2bcaa75 (patch) | |
| tree | b048f8bf01bc3f88663cc28ce23d23b263f4ca78 | |
| parent | 7f605496e75141b473827f3b8d5cdeb17e9f3408 (diff) | |
| download | rust-37cdd7e3729c2b6173d24f3973f71866c2bcaa75.tar.gz rust-37cdd7e3729c2b6173d24f3973f71866c2bcaa75.zip | |
Update Cargo.lock
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index b47e8147404..df6f46f26cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,6 +698,7 @@ name = "clippy_lints" version = "0.1.63" dependencies = [ "cargo_metadata", + "clippy_dev", "clippy_utils", "if_chain", "itertools", @@ -708,6 +709,7 @@ dependencies = [ "semver", "serde", "serde_json", + "tempfile", "toml", "unicode-normalization", "unicode-script", |
