From b24fbc023cd61bf3a5f517bb54820f78468df3ae Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 3 Apr 2016 00:43:48 +0200 Subject: [PATCH] Update tar-rs to 0.4.4 --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ff76e0..3f65dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ "flate2 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", - "tar 0.3.2 (git+https://github.com/dbrgn/tar-rs?branch=pax_header)", + "tar 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -249,12 +249,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tar" -version = "0.3.2" -source = "git+https://github.com/dbrgn/tar-rs?branch=pax_header#b573100243c34347fbeba6345bfbba5a47b16dd0" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b1129dc..6300d43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ dev = ["clippy"] [dependencies] ansi_term = "^0.7" log = "^0.3" -tar = { git = "https://github.com/dbrgn/tar-rs", branch = "pax_header" } +tar = "^0.4" flate2 = "^0.2" curl = "^0.2" rustc-serialize = "^0.3"