X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_lints%2FCargo.toml;h=5b7a771db2918b4b0fcb58a0c4c225548fd258ee;hb=0397c6ee9ae030d40379655d9cba826b9b18783c;hp=55b2e8fcb665e71f9556923afb439869075adcd5;hpb=5d96558f9ffe4454e32ee75d7f75578b6718d06c;p=rust.git diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 55b2e8fcb66..5b7a771db29 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.0.96" +version = "0.0.109" # end automatic update authors = [ "Manish Goregaokar ", @@ -17,9 +17,9 @@ keywords = ["clippy", "lint", "plugin"] [dependencies] matches = "0.1.2" -regex-syntax = "0.3.0" +regex-syntax = "0.4.0" semver = "0.2.1" -toml = "0.1" +toml = "0.2" unicode-normalization = "0.1" quine-mc_cluskey = "0.2.2" rustc-serialize = "0.3"