diff --git a/Cargo.toml b/Cargo.toml index aa08091a..9c702774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"