Skip to content

Commit

Permalink
Merge pull request #196 from AleoHQ/dependabot/cargo/ethereum-types-0…
Browse files Browse the repository at this point in the history
….9.2

Bump ethereum-types from 0.9.1 to 0.9.2
  • Loading branch information
howardwu authored Jun 20, 2020
2 parents 61a1b2e + 65d76e7 commit cd4464e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wagyu-model = { path = "../model", version = "0.6.3" }

base58 = { version = "0.1" }
bitvec = { version = "0.17.4" }
ethereum-types = { version = "0.9.1", default-features = false }
ethereum-types = { version = "0.9.2", default-features = false }
hex = { version = "0.4.2", default-features = false }
hmac = { version = "0.7.0" }
libsecp256k1 = { version = "0.3.5", default-features = false, features = ["hmac"] }
Expand Down
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ base58-monero = { version = "0.2.0" }
bech32 = { version = "0.6" }
byteorder = { version = "1", default-features = false }
crypto-mac = { version = "0.7.0" }
ethereum-types = { version = "0.9.1", default-features = false }
ethereum-types = { version = "0.9.2", default-features = false }
ff = { version = "0.6.0", optional = true }
failure = { version = "0.1.5", default-features = false, features = ["derive"] }
hex = { version = "0.4.2", default-features = false }
Expand Down

0 comments on commit cd4464e

Please sign in to comment.