Updated grammers.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-07-26 17:56:22 +02:00
parent 0b943c56c4
commit 8cad92b7e3
3 changed files with 699 additions and 731 deletions

View File

@ -18,9 +18,9 @@ dotenvy = "^0.15.6"
dyn-clone = "1.0.10"
fern = { version = "0.6.1", features = ["chrono", "colored"] }
futures = "0.3.26"
grammers-client = { version = "0.4.0", features = ["markdown", "html"] }
grammers-tl-types = { version = "0.4.0" }
grammers-session = "0.4.0"
grammers-client = { version = "~0.6", features = ["markdown", "html"] }
grammers-tl-types = { version = "~0.6" }
grammers-session = "~0.5.0"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.8.5"