From 4262175be24b096c65f1d192cf07e57aa620b0c4 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 19 Jul 2022 19:34:14 +0600 Subject: [PATCH] Remove commented dependencies in `Cargo.toml` Former-commit-id: ce40f04ebd9bc0505e4c7e06cba1e43e39b61f11 --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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"