diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-03-08 01:33:17 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2020-03-08 01:33:17 +0100 |
| commit | 806699342e5dcfaa031aadd0fe5649fdaee33afe (patch) | |
| tree | b28a43c423a7b2bae87890d8653c19b76eda6fdd | |
| parent | 3d0f0e33aff4f5d916ec286bc586935d767c3cfc (diff) | |
| download | rust-806699342e5dcfaa031aadd0fe5649fdaee33afe.tar.gz rust-806699342e5dcfaa031aadd0fe5649fdaee33afe.zip | |
deps: bump itertools 0.8 -> 0.9
changelog: none
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ad3b077ec4b..99eebcdd3d5 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -19,7 +19,7 @@ edition = "2018" [dependencies] cargo_metadata = "0.9.0" if_chain = "1.0.0" -itertools = "0.8" +itertools = "0.9" lazy_static = "1.0.2" matches = "0.1.7" pulldown-cmark = { version = "0.7", default-features = false } |
