Skip to content

Commit

Permalink
Update ethereum-types requirement from 0.14.0 to 0.15.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ethereum-types](https://github.com/paritytech/parity-common) to permit the latest version.
- [Commits](paritytech/parity-common@ethereum-types-v0.14.0...ethereum-types-v0.15.1)

---
updated-dependencies:
- dependency-name: ethereum-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent bf9d37e commit 980afe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["abi", "ethereum", "solidity", "web3"]

[dependencies]
anyhow = { version = "1.0", default-features = false, features = ["std"] }
ethereum-types = { version = "0.14.0", default-features = false, features = ["std"] }
ethereum-types = { version = "0.15.1", default-features = false, features = ["std"] }
hex = { version = "0.4", default-features = false, features = ["std"] }
nom = { version = "7.0", default-features = false, features = ["std"] }
regex = { version = "1.5", default-features = false, features = ["std"] }
Expand All @@ -23,4 +23,4 @@ tiny-keccak = { version = "2.0", default-features = false, features = ["keccak"]
[dev-dependencies]
pretty_assertions = "1.0"
rand = "0.8"
ethereum-types = "0.14.0"
ethereum-types = "0.15.1"

0 comments on commit 980afe8

Please sign in to comment.