build(deps): bump hex-literal from 0.3.4 to 0.4.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1354/head
dependabot[bot] 1 year ago committed by GitHub
parent 72e554a242
commit 9970b4a328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
Cargo.lock generated

@ -1563,6 +1563,12 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]]
name = "hex-literal"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
[[package]]
name = "hmac"
version = "0.10.1"
@ -2332,7 +2338,7 @@ dependencies = [
"curve25519-dalek-ng",
"fixed-hash",
"hex",
"hex-literal",
"hex-literal 0.3.4",
"keccak-hash",
"serde",
"serde-big-array",
@ -2371,7 +2377,7 @@ dependencies = [
"anyhow",
"curve25519-dalek",
"hex",
"hex-literal",
"hex-literal 0.4.1",
"jsonrpc_client",
"monero",
"monero-epee-bin-serde",

@ -19,5 +19,5 @@ serde_json = "1.0"
tracing = "0.1"
[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"
tokio = { version = "1", features = [ "full" ] }

Loading…
Cancel
Save