]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustfix/Cargo.toml
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / rustfix / Cargo.toml
index b22d85daf2376d59991db36d573403eb8c9d39b4..823e09b13188399143f1dd862e7d08b4c4c61c33 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "rustfix"
-version = "0.5.1"
+version = "0.6.0"
 authors = ["Pascal Hertleif <killercup@gmail.com>", "Oliver Schneider <oli-obk@users.noreply.github.com>"]
 exclude = ["etc/*", "examples/*", "tests/*"]
 description = "Automatically apply the suggestions made by rustc"
@@ -33,9 +33,6 @@ features = ["derive"]
 
 [dependencies.serde_json]
 version = "1.0"
-[dev-dependencies.difference]
-version = "2.0.0"
-
 [dev-dependencies.duct]
 version = "0.9"
 
@@ -48,5 +45,8 @@ version = "0.4.1"
 [dev-dependencies.proptest]
 version = "0.7.0"
 
+[dev-dependencies.similar]
+version = "0.4.0"
+
 [dev-dependencies.tempdir]
 version = "0.3.5"