diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-21 00:30:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 00:30:07 +0000 |
commit | d441506778bd2d7a5226869c28a23d1787bbb8a4 (patch) | |
tree | d275afe4f1f3debf77304146a54e901494b9c6f2 /Cargo.toml | |
parent | Switch to GitHub Actions (#344) (diff) | |
parent | Bump libflate from 1.0.1 to 1.0.2 (diff) | |
download | miniserve-d441506778bd2d7a5226869c28a23d1787bbb8a4.tar.gz miniserve-d441506778bd2d7a5226869c28a23d1787bbb8a4.zip |
Merge pull request #332 from svenstaro/dependabot/cargo/libflate-1.0.2
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ serde = { version = "1.0.110", features = ["derive"] } tar = "0.4.27" bytes = "0.4.12" futures = "0.1.29" -libflate = "1.0.0" +libflate = "1.0.2" failure = "0.1.8" log = "0.4.11" strum = "0.18.0" |