summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-04-19 14:16:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-20 19:24:10 +0200
commit816a1a0b8a5aee4721b5a408b4017f8cec5d485a (patch)
tree1822a4e0f9951e6489faded2b5bca6da463bfde2
parent9c9263bff2fc5bab292126d7e83a6b06e5180ef9 (diff)
Update dependency: tar 0.4 -> 0.4.16
See: https://rustsec.org/advisories/RUSTSEC-2018-0002.html https://github.com/alexcrichton/tar-rs/pull/156 Signed-off-by: Matthias Beyer <matthias.beyer@atos.net> (cherry picked from commit c75d620e5bc6e454f8c6cecf1e440d430dac97a8)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e48cdf8..c6d7e04 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ sha-1 = "0.9"
sha2 = "0.9"
shiplift = "0.7"
syntect = "4.4"
-tar = "0.4"
+tar = "0.4.16"
terminal_size = "0.1"
tokio = { version = "1.0", features = ["macros", "fs", "process", "io-util", "time"] }
tokio-stream = "0.1"