X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_lints%2FCargo.toml;h=0a3f04da35705ccb479bd918d07df089099b5b9a;hb=1f3116f806ecdc26ec7fd887005f1a91f353565f;hp=40d7dd702628f77c47475290ad312c3e5b0160d1;hpb=35020280a05d82117c6796db8c63debbb8a76837;p=rust.git diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 40d7dd70262..0a3f04da357 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.61" +version = "0.1.63" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" @@ -12,7 +12,7 @@ edition = "2021" cargo_metadata = "0.14" clippy_utils = { path = "../clippy_utils" } if_chain = "1.0" -itertools = "0.10" +itertools = "0.10.1" pulldown-cmark = { version = "0.9", default-features = false } quine-mc_cluskey = "0.2" regex-syntax = "0.6"