Properly constrain 'serde_json' version.

This commit is contained in:
Sergio Benitez 2018-08-14 11:19:10 -07:00
parent 7634b27b73
commit 3384ebd06a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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.