From 357db9737cc192f8796be9067bcb2ee4398bfadd Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 29 Jun 2016 19:10:37 -0700 Subject: [PATCH] Bump linked-hash-map dependency --- json/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/Cargo.toml b/json/Cargo.toml index d12359c29..6c9837a93 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -17,5 +17,5 @@ preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"] serde = "^0.7.0" num-traits = "~0.1.32" clippy = { version = "^0.*", optional = true } -linked-hash-map = { version = "0.0.11", optional = true } +linked-hash-map = { version = "0.1", optional = true } itoa = "0.1"