feat(crates): migrate from own fork telers to new alpha release + regex

This commit is contained in:
doryan 2025-04-03 12:14:22 +04:00
parent 7c0d1a376c
commit e4d746ea97

View File

@ -15,7 +15,8 @@ anyhow = "1.0.86"
async-trait = "0.1.80" async-trait = "0.1.80"
chrono = "0.4.38" chrono = "0.4.38"
dotenvy = "0.15.7" 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"] } tokio = { version="1.37.0", features=["rt-multi-thread"] }
tracing = {version = "0.1.40"} tracing = {version = "0.1.40"}
tracing-subscriber = {version="0.3.18", features=["env-filter"]} tracing-subscriber = {version="0.3.18", features=["env-filter"]}