aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-19 04:13:56 +0000
committerGitHub <noreply@github.com>2020-02-19 04:13:56 +0000
commitbcf83cb0f5896a38a70d481934355e4c5a172fc6 (patch)
tree09c87f209cce80b6d4650848ef9ea904b29bf9be /Cargo.toml
parentMerge pull request #255 from svenstaro/dependabot/cargo/structopt-0.3.9 (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 93ed712..59346b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"