telegram: Update teloxide and tokio to their latest versions

This commit is contained in:
George Kaklamanos 2023-11-19 17:43:21 +02:00
parent 278bae953a
commit f1294480b0
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 18 additions and 24 deletions

View file

@ -5,10 +5,8 @@ edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
log = "0.4.14"
pretty_env_logger = "0.4.0"
teloxide = {version = "0.5.2", features = ["macros", "auto-send"]}
tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros"] }
teloxide = { version = "0.12.2", features = ["macros"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
[target.armv7-unknown-linux-musleabihf.dependencies]
openssl-sys = { version = "0.9.67", features = ["vendored"] }