From e4d746ea9737fa2818636010bc72410b71ec4282 Mon Sep 17 00:00:00 2001 From: doryan Date: Thu, 3 Apr 2025 12:14:22 +0400 Subject: [PATCH] feat(crates): migrate from own fork telers to new alpha release + regex --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22367d4..aa18f08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,8 @@ anyhow = "1.0.86" async-trait = "0.1.80" chrono = "0.4.38" dotenvy = "0.15.7" -telers = { git = "https://github.com/doryan04/telers.git" } +regex = "1.11.0" +telers = "1.0.0-alpha.24" tokio = { version="1.37.0", features=["rt-multi-thread"] } tracing = {version = "0.1.40"} tracing-subscriber = {version="0.3.18", features=["env-filter"]}