mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Auto merge of #5285 - matthiaskrgr:dep_it, r=flip1995
deps: bump itertools 0.8 -> 0.9 changelog: none
This commit is contained in:
commit
a5477c500c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_metadata = "0.9.0"
|
cargo_metadata = "0.9.0"
|
||||||
if_chain = "1.0.0"
|
if_chain = "1.0.0"
|
||||||
itertools = "0.8"
|
itertools = "0.9"
|
||||||
lazy_static = "1.0.2"
|
lazy_static = "1.0.2"
|
||||||
matches = "0.1.7"
|
matches = "0.1.7"
|
||||||
pulldown-cmark = { version = "0.7", default-features = false }
|
pulldown-cmark = { version = "0.7", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue