Merge pull request #1128 from mir-protocol/dependabot/cargo/hex-literal-0.4.1

Update hex-literal requirement from 0.3.4 to 0.4.1
This commit is contained in:
Nicholas Ward 2023-07-13 15:59:07 -07:00 committed by GitHub
commit 4400757f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ env_logger = "0.10.0"
eth_trie_utils = "0.6.0"
ethereum-types = "0.14.0"
hex = { version = "0.4.3", optional = true }
hex-literal = "0.3.4"
hex-literal = "0.4.1"
itertools = "0.10.3"
keccak-hash = "0.10.0"
log = "0.4.14"