Restrict serde-json dev dependency to less than 1.0.45

This commit is contained in:
Elichai Turkel 2020-01-23 11:45:59 +02:00
parent 930a6ca1dc
commit 399950bf71
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ hex = { version = "=0.3.2", optional = true }
[dev-dependencies]
hex = "=0.3.2"
serde_derive = "<1.0.99"
serde_json = "1"
serde_json = "<1.0.45"
serde_test = "1"
secp256k1 = { version = "0.17.1", features = ["rand-std"] }