Updated Cargo.toml

This commit is contained in:
Mauro D
2022-09-10 08:45:02 +00:00
parent 24c5e61cf3
commit 7a6c3076f5

View File

@@ -12,7 +12,7 @@ categories = ["email"]
readme = "README.md"
[dependencies]
reqwest = { git = "https://github.com/stalwartlabs/reqwest.git", rev = "e0f7787", version = "0.11", default-features = false, features = ["rustls-tls"]}
reqwest = { git = "https://github.com/stalwartlabs/reqwest.git", version = "0.11", default-features = false, features = ["rustls-tls"]}
tokio-tungstenite = { version = "0.17", features = ["rustls-tls-webpki-roots"], optional = true}
tokio = { version = "1.16", default-features = false, features = ["io-util"], optional = true }
futures-util = { version = "0.3", optional = true}