Bump hex-literal from 0.2.1 to 0.3.4 (#1028)

Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.2.1 to 0.3.4.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.2.1...hex-literal-v0.3.4)

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

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]
2022-02-22 16:49:46 +01:00
committed by GitHub
parent c09389b501
commit 64a0b0e41b
9 changed files with 25 additions and 50 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ derive_more = "0.99.2"
log = "0.4.14"
codec = { package = "parity-scale-codec", version = "2.0.0" }
serde = { version = "1.0.132", features = ["derive"] }
hex-literal = "0.3.1"
hex-literal = "0.3.4"
# RPC related Dependencies
jsonrpc-core = "18.0.0"