summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-04-19 14:16:42 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-04-19 14:19:44 +0200
commitc75d620e5bc6e454f8c6cecf1e440d430dac97a8 (patch)
tree14198b06d026fad522c5293222506d35214bc9bb /Cargo.toml
parent441ae36017058ecbf66951c26176f24fb809471d (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>
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 ccf2122..1401bb2 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"