Skip to content

Commit

Permalink
Update hex requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [hex](https://github.com/KokaKiwi/rust-hex) to permit the latest version.
- [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>
  • Loading branch information
dependabot-preview[bot] committed Sep 18, 2019
1 parent b32f3ba commit cd65ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -64,7 +64,7 @@ winapi = "0.3"

[dev-dependencies]
doc-comment = "0.3"
hex = "0.3"
hex = "0.4"
itertools = "0.8"
multiset = "0.0"
regex = "1.0"
Expand Down

0 comments on commit cd65ac4

Please sign in to comment.