From 8059f64044ee5ee743007fedee404d4ef2ecc84c Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sat, 11 Jul 2020 02:07:12 +0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e91252be..eb4af37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde = { version = "1.0.114", features = ["derive"] } tokio = { version = "0.2.21", features = ["full"] } tokio-util = { version = "0.3.1", features = ["full"] } -//reqwest = { version = "0.10.6", features = ["json", "stream"] } TODO: uncomment this line +#reqwest = { version = "0.10.6", features = ["json", "stream"] } TODO: uncomment this line reqwest = { git = "https://github.com/seanmonstar/reqwest", branch = "master", features = ["json", "stream"] } log = "0.4.8" lockfree = "0.5.1"