Bump hex-literal from 0.4.0 to 0.4.1 (#2434)

Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.0...hex-literal-v0.4.1)

---
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]
2023-04-05 21:57:14 +00:00
committed by GitHub
parent 2e967de04e
commit 1a2af1f0ee
13 changed files with 29 additions and 29 deletions
@@ -7,7 +7,7 @@ description = "Statemint parachain runtime"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
hex-literal = { version = "0.4.0", optional = true }
hex-literal = { version = "0.4.1", optional = true }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
smallvec = "1.10.0"
@@ -73,7 +73,7 @@ parachains-common = { path = "../../../common", default-features = false }
assets-common = { path = "../common", default-features = false }
[dev-dependencies]
hex-literal = "0.4.0"
hex-literal = "0.4.1"
asset-test-utils = { path = "../test-utils"}
[build-dependencies]