From 55459db7732b9a240826a5c120c650f87e3372ce Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 14 Aug 2018 11:19:10 -0700 Subject: [PATCH] Properly constrain 'serde_json' version. --- contrib/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lib/Cargo.toml b/contrib/lib/Cargo.toml index 26106fac..70bda010 100644 --- a/contrib/lib/Cargo.toml +++ b/contrib/lib/Cargo.toml @@ -30,7 +30,7 @@ uuid = { version = ">= 0.5, <= 0.6", optional = true } # Serialization and templating dependencies. serde = { version = "1.0", optional = true } -serde_json = { version = "1.0", optional = true } +serde_json = { version = "1.0.26", optional = true } rmp-serde = { version = "^0.13", optional = true } # Templating dependencies only.