X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_utils%2FCargo.toml;h=afff6491aba6420b39febc824702f9776656170f;hb=2a70439ef080f9b0a2bf08d124035ac120c6e0ee;hp=93ed3b1840068416459a731f682cde21b01472a0;hpb=451ff5668b0c83e96a0dd4f55e96f0a0ed2fcb3b;p=rust.git diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index 93ed3b18400..afff6491aba 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,22 +1,17 @@ [package] name = "clippy_utils" -version = "0.1.54" -authors = ["The Rust Clippy Developers"] -edition = "2018" +version = "0.1.60" +edition = "2021" publish = false [dependencies] -if_chain = "1.0.0" -itertools = "0.9" -regex-syntax = "0.6" -serde = { version = "1.0", features = ["derive"] } -unicode-normalization = "0.1" -rustc-semver="1.1.0" +arrayvec = { version = "0.7", default-features = false } +if_chain = "1.0" +rustc-semver = "1.1" [features] deny-warnings = [] -internal-lints = [] -metadata-collector-lint = [] +internal = [] [package.metadata.rust-analyzer] # This crate uses #[feature(rustc_private)]