Update to latest rust-protobuf to fix build

This commit is contained in:
Noah Vesely
2018-06-09 17:30:30 -05:00
committed by Romain Ruetschi
parent 75e2070f38
commit e1c6c79f91

View File

@ -19,7 +19,7 @@ categories = ["data-structures", "cryptography"]
[dependencies]
ring = "^0.12.0"
protobuf = { version = "1.7.1", optional = true }
protobuf = { version = "^2.0.2", optional = true }
serde = { version = "^1.0.55", optional = true }
serde_derive = { version = "^1.0.55", optional = true }