Update Cargo.lock

This commit is contained in:
flip1995 2022-06-16 17:39:29 +02:00
parent 7f605496e7
commit 37cdd7e372
No known key found for this signature in database
GPG key ID: 2CEFCDB27ED0BE79

View file

@ -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",