mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Remove unused async-std feature
This commit is contained in:
@@ -24,7 +24,7 @@ async-imap = { git = "https://github.com/async-email/async-imap" }
|
|||||||
async-native-tls = { version = "0.3" }
|
async-native-tls = { version = "0.3" }
|
||||||
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
|
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
|
||||||
async-std-resolver = "0.20"
|
async-std-resolver = "0.20"
|
||||||
async-std = { version = "1", features = ["unstable"] }
|
async-std = { version = "1" }
|
||||||
async-tar = { version = "0.4", default-features=false }
|
async-tar = { version = "0.4", default-features=false }
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user