aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-21 04:13:45 +0000
committerGitHub <noreply@github.com>2020-05-21 04:13:45 +0000
commit9d1a1b76e1d9c9158718441e84320ba84628e824 (patch)
tree0f84e1d27e97c7c906f5066d534ec2f86a95ea71 /Cargo.toml
parentMerge pull request #308 from ngirard/patch-1 (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b8e48b..327d2a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"