diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-04 04:13:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 04:13:46 +0000 |
commit | 907cfa4129e8a084391fe38fa8f877a4692f39d2 (patch) | |
tree | 3b2301ceba38f20eba6e0c93ddb75d15e6e84d10 /Cargo.toml | |
parent | Merge pull request #296 from svenstaro/dependabot/cargo/simplelog-0.7.6 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |