Update dependencies and bigint api (#5685)
* update to latest bigint * bump elastic array and deps * fix rlp tests * also update all smallvec deps * fix doc test * reduce parking in attempt to fix CI bug * fix from/into electum bug * remove duplicate imports
This commit is contained in:
committed by
Arkadiy Paronyan
parent
cbcc369a2d
commit
e1fef5c732
@@ -19,8 +19,8 @@ time = "0.1.34"
|
||||
itertools = "0.5"
|
||||
parking_lot = "0.4"
|
||||
ethcrypto = { path = "../ethcrypto" }
|
||||
ethcore-bigint = "0.1.2"
|
||||
smallvec = "0.3.1"
|
||||
ethcore-bigint = { path = "../util/bigint" }
|
||||
smallvec = "0.4"
|
||||
parity-wordlist = "1.0"
|
||||
tempdir = "0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user