bump tinykeccak to 1.4 (#8728)

This commit is contained in:
Niklas Adolfsson 2018-05-31 13:53:09 +02:00 committed by Marek Kotewicz
parent 1020560af6
commit d32ce37484
8 changed files with 8 additions and 8 deletions

View File

@ -8,5 +8,5 @@ ethereum-types = "0.3"
quick-error = "1.2"
ring = "0.12"
rust-crypto = "0.2.36"
tiny-keccak = "1.3"
tiny-keccak = "1.4"

View File

@ -33,5 +33,5 @@ rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tiny-keccak = "1.3"
tiny-keccak = "1.4"
url = "1"

View File

@ -16,4 +16,4 @@ parity-wordlist = "1.2"
quick-error = "1.2"
rand = "0.4"
rustc-hex = "1.0"
tiny-keccak = "1.3"
tiny-keccak = "1.4"

View File

@ -12,7 +12,7 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
rustc-hex = "1.0"
tiny-keccak = "1.3"
tiny-keccak = "1.4"
time = "0.1.34"
itertools = "0.5"
parking_lot = "0.5"

View File

@ -23,7 +23,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tempdir = "0.3"
tiny-keccak = "1.3"
tiny-keccak = "1.4"
tokio-timer = "0.1"
transient-hashmap = "0.4"
itertools = "0.5"

View File

@ -16,7 +16,7 @@ serde_derive = "1.0"
futures = "0.1"
futures-cpupool = "0.1"
rustc-hex = "1.0"
tiny-keccak = "1.3"
tiny-keccak = "1.4"
tokio = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"

View File

@ -11,7 +11,7 @@ log = "0.3"
mio = "0.6.8"
bytes = "0.4"
rand = "0.4"
tiny-keccak = "1.3"
tiny-keccak = "1.4"
rust-crypto = "0.2.34"
slab = "0.2"
igd = "0.7"

View File

@ -23,7 +23,7 @@ serde_derive = "1.0"
serde_json = "1.0"
slab = "0.3"
smallvec = "0.4"
tiny-keccak = "1.3"
tiny-keccak = "1.4"
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }