update to teloxide 17 and add parameter to enable the manga filter
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user