Skip to content

Commit

Permalink
Update hex-literal requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version.
- [Commits](RustCrypto/utils@hex-literal-v0.3.0...hex-literal-v0.4.1)

---
updated-dependencies:
- dependency-name: hex-literal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent 6905ce4 commit 5b0d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcontract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ web3 = { version = "0.18", default-features = false, features = ["signing"] }
zeroize = "1.1"

[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"
tokio = { version = "1.6", features = ["macros"] }

0 comments on commit 5b0d403

Please sign in to comment.