Remove patch and bump tar to 0.4.18

Signed-off-by: Khionu Sybiern <dev@khionu.net>
This commit is contained in:
Khionu Sybiern 2018-11-05 11:42:19 -05:00
parent 541e990681
commit 5a59494134

View file

@ -50,7 +50,7 @@ serde_derive = "1.0"
serde_ignored = "0.0.4"
serde_json = { version = "1.0.30", features = ["raw_value"] }
shell-escape = "0.1.4"
tar = { version = "0.4.15", default-features = false }
tar = { version = "0.4.18", default-features = false }
tempfile = "3.0"
termcolor = "1.0"
toml = "0.4.2"
@ -64,10 +64,6 @@ openssl = { version = '0.10.11', optional = true }
# for more information.
rustc-workspace-hack = "1.0.0"
# TODO: This patch will be removed before PR merge, when tar has a release containing this patch
[patch.crates-io]
tar = { git = "https://github.com/alexcrichton/tar-rs", rev = "f442964" }
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }