Remove commented dependencies in Cargo.toml

This commit is contained in:
Hirrolot 2022-07-19 19:34:14 +06:00
parent 4af32d21eb
commit ce40f04ebd

View file

@ -58,14 +58,12 @@ full = [
[dependencies]
teloxide-core = { version = "0.7.0", default-features = false }
#teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "b13393d", default-features = false }
teloxide-macros = { version = "0.6.2", optional = true }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
dptree = "0.3.0"
#dptree = { git = "https://github.com/teloxide/dptree.git", rev = "df578e4" }
tokio = { version = "1.8", features = ["fs"] }
tokio-util = "0.7"