mirror of https://github.com/rwf2/Rocket.git
Properly constrain 'serde_json' version.
This commit is contained in:
parent
10f267a56d
commit
55459db773
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue