mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Download reqwest from gh
This commit is contained in:
parent
ba05f1911e
commit
178b56ab1c
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ 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"] }
|
||||
//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"
|
||||
bytes = "0.5.5"
|
||||
|
|
Loading…
Reference in a new issue