mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
Update dptree to v0.1.0
This commit is contained in:
parent
407c6bc23e
commit
ec70e3b7d8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros.git", opt
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
dptree = { git = "https://github.com/p0lunin/dptree", rev = "9abc500782e55ed18909e223551f3b6998c9e1f4", optional = true }
|
dptree = { version = "0.1.0", optional = true }
|
||||||
|
|
||||||
tokio = { version = "1.8", features = ["fs"] }
|
tokio = { version = "1.8", features = ["fs"] }
|
||||||
tokio-util = "0.6"
|
tokio-util = "0.6"
|
||||||
|
|
Loading…
Reference in a new issue