X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_utils%2FCargo.toml;h=0ba0b59ed13daf6f93653f554b03f6a4d0a0076f;hb=3c8f90bd5a03872a9b9088facc3bf9ec8ac42dd0;hp=6e158c8ce72397ec5e9801114adf80635f3e64f9;hpb=93fe3562d0ce22f489e577ea9f6a56f2dab97770;p=rust.git diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index 6e158c8ce72..0ba0b59ed13 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,19 +1,15 @@ [package] name = "clippy_utils" -version = "0.1.53" -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 = [] internal-lints = [] metadata-collector-lint = []