Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jun 30, 2022
1 parent 721d53a commit 5fead7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ dependencies = [

[[package]]
name = "clippy"
version = "0.1.63"
version = "0.1.64"
dependencies = [
"clippy_lints",
"clippy_utils",
Expand All @@ -661,6 +661,7 @@ dependencies = [
"termize",
"tester",
"tokio",
"toml",
]

[[package]]
Expand All @@ -679,10 +680,9 @@ dependencies = [

[[package]]
name = "clippy_lints"
version = "0.1.63"
version = "0.1.64"
dependencies = [
"cargo_metadata",
"clippy_dev",
"clippy_utils",
"if_chain",
"itertools",
Expand All @@ -702,7 +702,7 @@ dependencies = [

[[package]]
name = "clippy_utils"
version = "0.1.63"
version = "0.1.64"
dependencies = [
"arrayvec",
"if_chain",
Expand Down

0 comments on commit 5fead7a

Please sign in to comment.