diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-06 04:14:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 04:14:14 +0000 |
commit | b1a480d0f102e3d127bf43885a117d89e2440598 (patch) | |
tree | 63b8126e9820d5d89937024c921b02f28f58395e /Cargo.toml | |
parent | Merge pull request #298 from svenstaro/dependabot/cargo/failure-0.1.8 (diff) | |
download | miniserve-b1a480d0f102e3d127bf43885a117d89e2440598.tar.gz miniserve-b1a480d0f102e3d127bf43885a117d89e2440598.zip |
Bump libflate from 0.1.27 to 1.0.0
Bumps [libflate](https://github.com/sile/libflate) from 0.1.27 to 1.0.0.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/0.1.27...1.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ serde = { version = "1.0.106", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" futures = "0.1.29" -libflate = "0.1.26" +libflate = "1.0.0" failure = "0.1.8" log = "0.4.8" strum = "0.18.0" |