mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Update pin-project
(this fixes a `dead_code` warning in generated code)
This commit is contained in:
parent
d541faa621
commit
6d79d78c8c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ exclude = [
|
|||
futures = "0.3.5"
|
||||
tokio = { version = "1.12.0", features = ["fs"] }
|
||||
tokio-util = { version = "0.7.0", features = ["codec"] }
|
||||
pin-project = "1.0.3"
|
||||
pin-project = "1.0.12"
|
||||
bytes = "1.0.0"
|
||||
reqwest = { version = "0.11.10", features = ["json", "stream", "multipart"], default-features = false }
|
||||
url = { version = "2", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue