Bump hex from 0.3.2 to 0.4.0 (#5930)

Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/KokaKiwi/rust-hex/releases)
- [Commits](https://github.com/KokaKiwi/rust-hex/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-17 14:04:28 -06:00
committed by Greg Fitzgerald
parent de4f564780
commit 6541d9fbb0
3 changed files with 10 additions and 4 deletions

View File

@ -33,7 +33,7 @@ bs58 = "0.2.5"
byteorder = { version = "1.3.2", optional = true }
chrono = { version = "0.4.9", features = ["serde"], optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }
hex = "0.3.2"
hex = "0.4.0"
itertools = { version = "0.8.0" }
log = { version = "0.4.8" }
memmap = { version = "0.6.2", optional = true }