From db9bf674665ef0dbd91b6bd5a289602a65a9c500 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Wed, 17 Jan 2018 11:45:29 +0100 Subject: [PATCH] bump some of our core dependencies (#7563) * updated ethereum-types and tiny-keccak * Updated several deps * Updated several more dependencies * Modify dummy file to trigger ci * fixed update of memmap to 0.6 in ethash crate * Fixed fetch after update to latest reqwest * Updated jsonrpc-core with fixes for serde * add expects in util/version/build.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 962bb9f..7e68e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ authors = ["Parity Technologies "] [dependencies] elastic-array = "0.9" ethereum-types = "0.1" -lazy_static = "0.2" +lazy_static = "1.0" rustc-hex = "1.0" byteorder = "1.0"