mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
fix reqwest dependency features
This commit is contained in:
parent
e80470c8a5
commit
84a18d2b5d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ tokio = { version = "1.2.0", features = ["fs"] }
|
||||||
tokio-util = "0.6.0"
|
tokio-util = "0.6.0"
|
||||||
pin-project = "1.0.3"
|
pin-project = "1.0.3"
|
||||||
bytes = "1.0.0"
|
bytes = "1.0.0"
|
||||||
reqwest = { version = "0.11.0", features = ["json", "stream", "multipart"] }
|
reqwest = { version = "0.11.0", features = ["json", "stream", "multipart"], default-features = false }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
serde = { version = "1.0.114", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue