Blob Blame History Raw
--- serde_json-0.8.6/Cargo.toml	2017-01-18T19:08:50+01:00
+++ serde_json-0.8.6/Cargo.toml	2017-11-11T07:43:28.537482+01:00
@@ -10,13 +10,11 @@
 keywords = ["json", "serde", "serialization"]
 
 [features]
-unstable-testing = ["clippy"]
 preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"]
 
 [dependencies]
 serde = "0.8.13"
 num-traits = "~0.1.32"
-clippy = { version = "^0.*", optional = true }
-linked-hash-map = { version = "0.3", optional = true }
-itoa = "0.1"
-dtoa = "0.2"
+linked-hash-map = { version = "0.5", optional = true }
+itoa = "0.3"
+dtoa = "0.4"