update dependencies and add rewrite urls
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
#teloxide = { version = "0.11.3", features = ["macros", "auto-send"] }
|
||||
teloxide = { version = "0.12.2", features = ["macros", "auto-send"] }
|
||||
teloxide = { version = "0.12", features = ["macros", "auto-send"] }
|
||||
futures = "0.3.5"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4.0"
|
||||
@@ -20,6 +20,9 @@ chrono = "*"
|
||||
sqlite = "*"
|
||||
lazy_static = "1.4.0"
|
||||
image = "*"
|
||||
turbojpeg = "*"
|
||||
phf = { version = "0.11", features = ["macros"] }
|
||||
curl = "*"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user