Skip to content

Commit 56f3ba3

Browse files
committed
chore: sort out clippy_lints deps
1 parent 5163253 commit 56f3ba3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

clippy_lints/Cargo.toml

+7-6
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ edition = "2018"
1818

1919
[dependencies]
2020
cargo_metadata = "0.9.0"
21+
if_chain = "1.0.0"
2122
itertools = "0.8"
2223
lazy_static = "1.0.2"
2324
matches = "0.1.7"
25+
pulldown-cmark = "0.6.0"
2426
quine-mc_cluskey = "0.2.2"
2527
regex-syntax = "0.6"
26-
semver = "0.9.0"
2728
serde = { version = "1.0", features = ["derive"] }
29+
smallvec = { version = "0.6.5", features = ["union"] }
2830
toml = "0.5.3"
2931
unicode-normalization = "0.1"
30-
pulldown-cmark = "0.6.0"
31-
url = { version = "2.1.0", features = ["serde"] } # cargo requires serde feat in its url dep
32-
# see https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864
33-
if_chain = "1.0.0"
34-
smallvec = { version = "0.6.5", features = ["union"] }
32+
semver = "0.9.0"
33+
# NOTE: cargo requires serde feat in its url dep
34+
# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
35+
url = { version = "2.1.0", features = ["serde"] }
3536

3637
[features]
3738
debugging = []

0 commit comments

Comments
 (0)