Updated Cargo.toml
parent
24c5e61cf3
commit
7a6c3076f5
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue