bump tinykeccak to 1.4 (#8728)
This commit is contained in:
parent
1020560af6
commit
d32ce37484
@ -8,5 +8,5 @@ ethereum-types = "0.3"
|
|||||||
quick-error = "1.2"
|
quick-error = "1.2"
|
||||||
ring = "0.12"
|
ring = "0.12"
|
||||||
rust-crypto = "0.2.36"
|
rust-crypto = "0.2.36"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
|
|
||||||
|
@ -33,5 +33,5 @@ rustc-hex = "1.0"
|
|||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
url = "1"
|
url = "1"
|
||||||
|
@ -16,4 +16,4 @@ parity-wordlist = "1.2"
|
|||||||
quick-error = "1.2"
|
quick-error = "1.2"
|
||||||
rand = "0.4"
|
rand = "0.4"
|
||||||
rustc-hex = "1.0"
|
rustc-hex = "1.0"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
|
@ -12,7 +12,7 @@ serde = "1.0"
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
rustc-hex = "1.0"
|
rustc-hex = "1.0"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
time = "0.1.34"
|
time = "0.1.34"
|
||||||
itertools = "0.5"
|
itertools = "0.5"
|
||||||
parking_lot = "0.5"
|
parking_lot = "0.5"
|
||||||
|
@ -23,7 +23,7 @@ serde = "1.0"
|
|||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tempdir = "0.3"
|
tempdir = "0.3"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
tokio-timer = "0.1"
|
tokio-timer = "0.1"
|
||||||
transient-hashmap = "0.4"
|
transient-hashmap = "0.4"
|
||||||
itertools = "0.5"
|
itertools = "0.5"
|
||||||
|
@ -16,7 +16,7 @@ serde_derive = "1.0"
|
|||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
futures-cpupool = "0.1"
|
futures-cpupool = "0.1"
|
||||||
rustc-hex = "1.0"
|
rustc-hex = "1.0"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
tokio = "0.1"
|
tokio = "0.1"
|
||||||
tokio-core = "0.1"
|
tokio-core = "0.1"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
|
@ -11,7 +11,7 @@ log = "0.3"
|
|||||||
mio = "0.6.8"
|
mio = "0.6.8"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
rand = "0.4"
|
rand = "0.4"
|
||||||
tiny-keccak = "1.3"
|
tiny-keccak = "1.4"
|
||||||
rust-crypto = "0.2.34"
|
rust-crypto = "0.2.34"
|
||||||
slab = "0.2"
|
slab = "0.2"
|
||||||
igd = "0.7"
|
igd = "0.7"
|
||||||
|
@ -23,7 +23,7 @@ serde_derive = "1.0"
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
slab = "0.3"
|
slab = "0.3"
|
||||||
smallvec = "0.4"
|
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-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" }
|
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
||||||
|
Loading…
Reference in New Issue
Block a user