diff --git a/Cargo.lock b/Cargo.lock index 3a7bdb053..5eabf87cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,6 @@ dependencies = [ "libc", "pin-project", "redox_syscall", - "xattr", ] [[package]] @@ -4186,15 +4185,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "xattr" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" -dependencies = [ - "libc", -] - [[package]] name = "zeroize" version = "1.3.0" diff --git a/Cargo.toml b/Cargo.toml index b906e782e..63dbc00ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ async-native-tls = { version = "0.3" } async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] } async-std-resolver = "0.20" async-std = { version = "1", features = ["unstable"] } -async-tar = "0.4" +async-tar = { version = "0.4", default-features=false } async-trait = "0.1" backtrace = "0.3" base64 = "0.13"