diff --git a/Cargo.toml b/Cargo.toml index 99dac8b..19c2ec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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}