diff options
author | dependabot[bot] <support@dependabot.com> | 2019-05-10 04:37:00 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-05-10 04:37:00 +0000 |
commit | 4cf3f727d9c3b74b85d4c98465d3cc2f563e8774 (patch) | |
tree | 4c0b3f4789d6fa36d31b833bf14eaa08df5000d7 /Cargo.toml | |
parent | Merge pull request #110 from svenstaro/dependabot/cargo/rstest-223b3c8 (diff) | |
download | miniserve-4cf3f727d9c3b74b85d4c98465d3cc2f563e8774.tar.gz miniserve-4cf3f727d9c3b74b85d4c98465d3cc2f563e8774.zip |
Bump tar from 0.4.24 to 0.4.25
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.24 to 0.4.25.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.24...0.4.25)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ chrono = "0.4.6" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.91", features = ["derive"] } -tar = "0.4.24" +tar = "0.4.25" bytes = "0.4.12" futures = "0.1.26" libflate = "0.1.21" |