Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 8, 2021
1 parent 7636fbc commit fe247b4
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ dependencies = [
"humantime 2.0.1",
"ignore",
"im-rc",
"itertools 0.10.0",
"itertools 0.10.1",
"jobserver",
"lazy_static",
"lazycell",
Expand Down Expand Up @@ -388,7 +388,7 @@ dependencies = [
"flate2",
"git2",
"glob",
"itertools 0.10.0",
"itertools 0.10.1",
"lazy_static",
"remove_dir_all",
"serde_json",
Expand Down Expand Up @@ -554,13 +554,16 @@ dependencies = [

[[package]]
name = "clippy"
version = "0.1.56"
version = "0.1.57"
dependencies = [
"cargo_metadata 0.12.0",
"clippy_lints",
"clippy_utils",
"compiletest_rs 0.6.0",
"derive-new",
"filetime",
"if_chain",
"itertools 0.10.1",
"quote",
"regex",
"rustc-workspace-hack",
Expand All @@ -587,7 +590,7 @@ dependencies = [

[[package]]
name = "clippy_lints"
version = "0.1.56"
version = "0.1.57"
dependencies = [
"cargo_metadata 0.12.0",
"clippy_utils",
Expand All @@ -608,14 +611,10 @@ dependencies = [

[[package]]
name = "clippy_utils"
version = "0.1.56"
version = "0.1.57"
dependencies = [
"if_chain",
"itertools 0.9.0",
"regex-syntax",
"rustc-semver",
"serde",
"unicode-normalization",
]

[[package]]
Expand Down Expand Up @@ -1744,9 +1743,9 @@ dependencies = [

[[package]]
name = "itertools"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
Expand Down

0 comments on commit fe247b4

Please sign in to comment.