aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-05-10 04:37:00 +0000
committerdependabot[bot] <support@dependabot.com>2019-05-10 04:37:00 +0000
commit4cf3f727d9c3b74b85d4c98465d3cc2f563e8774 (patch)
tree4c0b3f4789d6fa36d31b833bf14eaa08df5000d7 /Cargo.toml
parentMerge pull request #110 from svenstaro/dependabot/cargo/rstest-223b3c8 (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d4fd95..251ba5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"