Cargo.toml + Cargo.lock

Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
Alexey
2026-03-20 00:45:04 +03:00
parent 1c6c73beda
commit e40361b171
2 changed files with 164 additions and 141 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "telemt"
version = "3.3.25"
version = "3.3.26"
edition = "2024"
[dependencies]
@@ -40,6 +40,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
parking_lot = "0.12"
dashmap = "5.5"
arc-swap = "1.7"
lru = "0.16"
rand = "0.9"
chrono = { version = "0.4", features = ["serde"] }