X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_utils%2FCargo.toml;h=0ba0b59ed13daf6f93653f554b03f6a4d0a0076f;hb=4a4f0923aba9a30c470b3a3d958d546bbc793ed5;hp=6ede9011208305f5905f25435744c1bf8e735ce2;hpb=7cd0643eb223bbc4236ca1852cb163ce77b4ffc1;p=rust.git diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index 6ede9011208..0ba0b59ed13 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,17 +1,12 @@ [package] name = "clippy_utils" -version = "0.1.55" -authors = ["The Rust Clippy Developers"] -edition = "2018" +version = "0.1.59" +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" +if_chain = "1.0" +rustc-semver = "1.1" [features] deny-warnings = []