From fa05eb2313b10fec209ef2882aeb7a98ecf78d99 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 05:15:16 +0000 Subject: [PATCH] Update hex requirement from 0.3 to 0.4 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 814d7ccef..eaf32b4e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ fs2 = "0.4" git2 = "0.10.0" git2-curl = "0.11.0" glob = "0.3.0" -hex = "0.3" +hex = "0.4" home = "0.5" humantime = "1.2.0" ignore = "0.4.7"