mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
Disable xattr feature on async-tar
This removes `xattr` dependency We only care about backed up file contents, not attributes.
This commit is contained in:
committed by
Floris Bruynooghe
parent
c4d1a639b0
commit
a3f1ff2827
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user