diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-05 04:20:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 04:20:54 +0000 |
commit | 1eaf16d89aba6b824c228ec438cfb0eb92795970 (patch) | |
tree | b5f75bb3abc93b30b49c5756b5009c88fe2da130 /Cargo.toml | |
parent | Merge pull request #170 from svenstaro/dependabot/cargo/log-0.4.8 (diff) | |
download | miniserve-1eaf16d89aba6b824c228ec438cfb0eb92795970.tar.gz miniserve-1eaf16d89aba6b824c228ec438cfb0eb92795970.zip |
Bump libflate from 0.1.25 to 0.1.26
Bumps [libflate](https://github.com/sile/libflate) from 0.1.25 to 0.1.26.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/0.1.25...0.1.26)
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 @@ serde = { version = "1.0.98", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.28" -libflate = "0.1.25" +libflate = "0.1.26" failure = "0.1.5" log = "0.4.8" strum = "0.15.0" |