Skip to content

Commit 5b0d403

Browse files
Update hex-literal requirement from 0.3 to 0.4
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]>
1 parent 6905ce4 commit 5b0d403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethcontract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ web3 = { version = "0.18", default-features = false, features = ["signing"] }
4949
zeroize = "1.1"
5050

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

0 commit comments

Comments
 (0)