Update jsonrpc dependency to avoid ssl linkage

This commit is contained in:
Sean Bowe 2016-02-26 15:17:01 -07:00
parent cb944f8e1b
commit d7103db723
1 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,10 @@ authors = ["ewillbefull@gmail.com"]
name = "pay-to-sudoku"
version = "0.0.1"
[dependencies.jsonrpc]
version = "0.7.1"
default-features = false
[dependencies]
bincode = "0.4.0"
bzip2 = "0.2.3"
@ -10,11 +14,10 @@ clap = "1.5.4"
fixedbitset = "0.1.0"
flate2 = "0.2.11"
hex = "0.1.0"
jsonrpc = "0.7.1"
libc = "0.2.2"
rand = "0.3.12"
serde = "0.6.6"
strason = "0.3.3"
whiteread = "0.2.0"
rust-crypto = "^0.2"
thread-scoped = "1.0.1"
thread-scoped = "1.0.1"