diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-14 19:30:06 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-14 19:30:06 +0000 |
commit | 20283096380f86595c959de8d5f045437e84c964 (patch) | |
tree | fc94e4146b7463bb028cca11c9f9717eff302b87 /Cargo.toml | |
parent | Improved grammar of TarBuildingError error message (diff) | |
download | miniserve-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.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.89", features = ["derive"] } -tar = "0.4" +tar = "0.4.22" bytes = "0.4.12" futures = "0.1.25" libflate = "0.1.21" |