From 726a46b5ab50b0f6040ce4e70f5473816ca4ac05 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Thu, 13 Feb 2020 20:21:23 +0600 Subject: [PATCH] Remove unnecessary dependencies --- Cargo.toml | 1 - examples/dialogue_bot/Cargo.toml | 1 - examples/multiple_handlers_bot/Cargo.toml | 1 - examples/ping_pong_bot/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f57fcbf9..7b1da981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ mime = "0.3.16" derive_more = "0.99.2" thiserror = "1.0.9" async-trait = "0.1.22" -duang = "0.1.2" futures = "0.3.1" pin-project = "0.4.6" serde_with_macros = "1.0.1" diff --git a/examples/dialogue_bot/Cargo.toml b/examples/dialogue_bot/Cargo.toml index 95b79db0..76482737 100644 --- a/examples/dialogue_bot/Cargo.toml +++ b/examples/dialogue_bot/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pretty_env_logger = "0.3.1" log = "0.4.8" tokio = "0.2.9" smart-default = "0.6.0" diff --git a/examples/multiple_handlers_bot/Cargo.toml b/examples/multiple_handlers_bot/Cargo.toml index 5b44ccbe..37a9436a 100644 --- a/examples/multiple_handlers_bot/Cargo.toml +++ b/examples/multiple_handlers_bot/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pretty_env_logger = "0.3.1" log = "0.4.8" tokio = "0.2.9" teloxide = { path = "../../" } \ No newline at end of file diff --git a/examples/ping_pong_bot/Cargo.toml b/examples/ping_pong_bot/Cargo.toml index 291ee2d6..5fc453e8 100644 --- a/examples/ping_pong_bot/Cargo.toml +++ b/examples/ping_pong_bot/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -pretty_env_logger = "0.3.1" log = "0.4.8" tokio = "0.2.9" teloxide = { path = "../../" }