diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-26 04:15:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 04:15:22 +0000 |
commit | 3fb08f3444e2c80322fc78c2d1ec6f654b24013c (patch) | |
tree | 18146bc76b5e55323bb930a7d4053a81a9a3c583 /Cargo.toml | |
parent | Merge pull request #396 from svenstaro/dependabot/cargo/serde-1.0.117 (diff) | |
download | miniserve-3fb08f3444e2c80322fc78c2d1ec6f654b24013c.tar.gz miniserve-3fb08f3444e2c80322fc78c2d1ec6f654b24013c.zip |
Bump libflate from 1.0.2 to 1.0.3
Bumps [libflate](https://github.com/sile/libflate) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/1.0.2...1.0.3)
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
@@ -32,7 +32,7 @@ maud = { version = "0.22.0", features = ["actix-web"] } serde = { version = "1.0.117", features = ["derive"] } tar = "0.4.30" futures = "0.3.6" -libflate = "1.0.2" +libflate = "1.0.3" failure = "0.1.8" log = "0.4.11" strum = "0.19.5" |