aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-03-14 19:30:06 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-03-14 19:30:06 +0000
commit20283096380f86595c959de8d5f045437e84c964 (patch)
treefc94e4146b7463bb028cca11c9f9717eff302b87 /Cargo.toml
parentImproved grammar of TarBuildingError error message (diff)
downloadminiserve-20283096380f86595c959de8d5f045437e84c964.tar.gz
miniserve-20283096380f86595c959de8d5f045437e84c964.zip
Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation
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 e9cce56..6f4aa16 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.89", features = ["derive"] }
-tar = "0.4"
+tar = "0.4.22"
bytes = "0.4.12"
futures = "0.1.25"
libflate = "0.1.21"