Bump hex-literal from 0.3.1 to 0.3.3 (#9974)

Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.1...hex-literal-v0.3.3)

---
updated-dependencies:
- dependency-name: hex-literal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-09 14:23:57 +00:00
committed by GitHub
parent b7b467e062
commit ee7b4f06d7
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ libsecp256k1 = "0.6"
[dev-dependencies]
wat = "1.0"
hex-literal = "0.3.1"
hex-literal = "0.3.3"
sc-runtime-test = { version = "2.0.0", path = "runtime-test" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
sp-state-machine = { version = "0.10.0-dev", path = "../../primitives/state-machine" }
+1 -1
View File
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
hex = "0.4"
hex-literal = "0.3.1"
hex-literal = "0.3.3"
tempfile = "3.1.0"
tokio = { version = "1.10.0", features = ["time"] }
log = "0.4.8"