location: remove bitflags dependency

This commit is contained in:
link2xt
2023-04-03 12:28:26 +00:00
parent 3b0ad73732
commit a70f29381a
3 changed files with 57 additions and 35 deletions

View File

@@ -41,7 +41,6 @@ async-smtp = { version = "0.9", default-features = false, features = ["runtime-t
async_zip = { version = "0.0.12", default-features = false, features = ["deflate", "fs"] }
backtrace = "0.3"
base64 = "0.21"
bitflags = "1.3"
brotli = "3.3"
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }