update to teloxide 17 and add parameter to enable the manga filter

This commit is contained in:
2025-12-17 01:01:41 +00:00
parent 8ca9c85aa0
commit 9c9624b43c
12 changed files with 1373 additions and 836 deletions

View File

@@ -4,7 +4,7 @@ version = "0.2.5"
edition = "2018"
[dependencies]
teloxide = { version = "0.12", features = ["macros", "auto-send"] }
teloxide = { version = "0.17", features = ["macros"] }
futures = "0.3.5"
log = "0.4"
pretty_env_logger = "0.4.0"
@@ -15,13 +15,13 @@ frunk = "0.4"
frunk_core = "0.4"
once_cell = "1.9.0"
anyhow = "1.0.13"
chrono = "*"
sqlite = "*"
chrono = "0.4"
sqlite = "0.37"
lazy_static = "1.4.0"
image = "*"
turbojpeg = "*"
image = "0.25"
turbojpeg = "1"
phf = { version = "0.11", features = ["macros"] }
curl = "*"
curl = "0.4"
[dev-dependencies]
mockall = "0.13.1"