diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-19 04:13:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 04:13:56 +0000 |
commit | bcf83cb0f5896a38a70d481934355e4c5a172fc6 (patch) | |
tree | 09c87f209cce80b6d4650848ef9ea904b29bf9be /Cargo.toml | |
parent | Merge pull request #255 from svenstaro/dependabot/cargo/structopt-0.3.9 (diff) | |
download | miniserve-bcf83cb0f5896a38a70d481934355e4c5a172fc6.tar.gz miniserve-bcf83cb0f5896a38a70d481934355e4c5a172fc6.zip |
Bump hex from 0.4.0 to 0.4.2
Bumps [hex](https://github.com/KokaKiwi/rust-hex) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/KokaKiwi/rust-hex/releases)
- [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.4...v0.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ log = "0.4.8" strum = "0.17.1" strum_macros = "0.17.1" sha2 = "0.8.1" -hex = "0.4.0" +hex = "0.4.2" [dev-dependencies] assert_cmd = "0.12" |