From 5fc84c54e747220494951c36ac9e3758074b41aa Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 3 Jun 2024 13:16:33 +0300 Subject: [PATCH] chore(deps): Remove unused dependencies Signed-off-by: Awiteb --- Cargo.lock | 14 -------------- Cargo.toml | 2 -- 2 files changed, 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f2bf3c..5a0c924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,12 +339,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "dotenv" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" - [[package]] name = "encoding_rs" version = "0.8.34" @@ -1009,12 +1003,6 @@ dependencies = [ "simple_asn1", ] -[[package]] -name = "lazy_static" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" - [[package]] name = "libc" version = "0.2.155" @@ -2182,10 +2170,8 @@ name = "telepingbot" version = "0.1.0" dependencies = [ "chrono", - "dotenv", "grammers-client", "grammers-session", - "lazy_static", "log", "onlyerror", "pretty_env_logger", diff --git a/Cargo.toml b/Cargo.toml index 22db1b0..828b54b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,8 @@ version = "0.1.0" [dependencies] chrono = "0.4.38" -dotenv = "0.15.0" grammers-client = "0.6.0" grammers-session = "0.5.2" -lazy_static = "1.4.0" log = "0.4.21" onlyerror = "0.1.4" pretty_env_logger = "0.5.0"