diff --git a/Cargo.lock b/Cargo.lock index b5f1b7c7..9b048982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,18 +373,6 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" -[[package]] -name = "filetime" -version = "0.2.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall", - "windows-sys 0.52.0", -] - [[package]] name = "fishnet" version = "2.7.2-dev" @@ -1319,11 +1307,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +version = "0.4.38" +source = "git+https://github.com/chris-morgan/tar-rs?rev=b031dee050b6efb242b14f93b27a9734d0c334fb#b031dee050b6efb242b14f93b27a9734d0c334fb" dependencies = [ - "filetime", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 8f6dfe6d..0fa8dbb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ url = "2" serde_repr = "0.1" webpki-roots = "0.25" thousands = "0.2" -tar = { version = "0.4", default-features = false } +tar = { version = "0.4", git = "https://github.com/chris-morgan/tar-rs", rev = "b031dee050b6efb242b14f93b27a9734d0c334fb", default-features = false } ruzstd = "0.5" xz2 = { version = "0.1", features = ["static"] } @@ -56,7 +56,7 @@ raw-cpuid = "11" [build-dependencies] glob = "0.3" -tar = { version = "0.4", default-features = false } +tar = { version = "0.4", git = "https://github.com/chris-morgan/tar-rs", rev = "b031dee050b6efb242b14f93b27a9734d0c334fb", features = ["builder"], default-features = false } xz2 = "0.1" [target.'cfg(windows)'.build-dependencies]