aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-04 04:13:46 +0000
committerGitHub <noreply@github.com>2020-05-04 04:13:46 +0000
commit907cfa4129e8a084391fe38fa8f877a4692f39d2 (patch)
tree3b2301ceba38f20eba6e0c93ddb75d15e6e84d10 /Cargo.toml
parentMerge pull request #296 from svenstaro/dependabot/cargo/simplelog-0.7.6 (diff)
downloadminiserve-907cfa4129e8a084391fe38fa8f877a4692f39d2.tar.gz
miniserve-907cfa4129e8a084391fe38fa8f877a4692f39d2.zip
Bump failure from 0.1.7 to 0.1.8
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/commits) 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 db9836b..f0831ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"
libflate = "0.1.26"
-failure = "0.1.7"
+failure = "0.1.8"
log = "0.4.8"
strum = "0.18.0"
strum_macros = "0.18.0"