Update dependency versions in Cargo.toml

This commit is contained in:
Herobird 2018-11-13 11:12:22 +01:00
parent 304cc6f231
commit 0a007d5ada
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/primitives"
tiny-keccak = "1.4"
crunchy = { version = "0.2.1", default-features = false, features = ["limit_256"] }
rustc-hex = { version = "2.0" }
fixed-hash = { version = "0.3.0", default_features = false }
fixed-hash = { version = "0.3", default_features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true }

View File

@ -8,11 +8,11 @@ description = "Ethereum types"
[dependencies]
crunchy = { version = "0.2.1", default-features = false }
ethbloom = { path = "../ethbloom", version = "0.5.0", default-features = false }
ethbloom = { path = "../ethbloom", version = "0.6", default-features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
fixed-hash = { version = "0.3.0", default_features = false }
fixed-hash = { version = "0.3", default_features = false }
serde = { version = "1.0", optional = true }
uint = { version = "0.5.0", default_features = false }
uint = { version = "0.5", default_features = false }
[dev-dependencies]
serde_json = "1.0"