diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-21 04:13:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 04:13:45 +0000 |
commit | 9d1a1b76e1d9c9158718441e84320ba84628e824 (patch) | |
tree | 0f84e1d27e97c7c906f5066d534ec2f86a95ea71 /Cargo.toml | |
parent | Merge pull request #308 from ngirard/patch-1 (diff) | |
download | miniserve-9d1a1b76e1d9c9158718441e84320ba84628e824.tar.gz miniserve-9d1a1b76e1d9c9158718441e84320ba84628e824.zip |
Bump tar from 0.4.26 to 0.4.27
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.26 to 0.4.27.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.26...0.4.27)
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
@@ -36,7 +36,7 @@ chrono = "0.4.10" chrono-humanize = "0.0.11" maud = { version = "0.21.0", features = ["actix-web"] } serde = { version = "1.0.110", features = ["derive"] } -tar = "0.4.25" +tar = "0.4.27" bytes = "0.4.12" futures = "0.1.29" libflate = "1.0.0" |