Update Cargo.toml

This commit is contained in:
Temirkhan Myrzamadi 2020-07-11 02:07:12 +06:00 committed by GitHub
parent 178b56ab1c
commit 8059f64044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"