Update dptree to v0.1.0

This commit is contained in:
Hirrolot 2022-02-05 20:40:42 +06:00
parent 407c6bc23e
commit ec70e3b7d8

View file

@ -63,7 +63,7 @@ teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros.git", opt
serde_json = "1.0"
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-util = "0.6"