From 15624137beba3a2bb4face4c1a5ccdfef467a1dc Mon Sep 17 00:00:00 2001 From: Mauro D Date: Fri, 9 Sep 2022 10:18:24 +0000 Subject: [PATCH] Added version number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c488b09..db19a33 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", default-features = false, features = ["rustls-tls"]} +reqwest = { git = "https://github.com/stalwartlabs/reqwest.git", rev = "e0f7787", 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}