chore: update dependencies

This commit is contained in:
Ladislav Hano 2024-10-03 20:31:10 +02:00
parent 9ef41fdfec
commit 13d7c5abb1

View file

@ -10,15 +10,13 @@ rand = "0.8.5"
anyhow = "1.0.89" anyhow = "1.0.89"
tokio-cron-scheduler = "0.13.0" tokio-cron-scheduler = "0.13.0"
dotenv = "0.15.0" dotenv = "0.15.0"
# poise = "0.5.5" poise = "0.6.1"
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http", "cache"] } serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http", "cache"] }
# serenity_utils = "0.7.0" # serenity_utils = "0.7.0"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
regex = "1.10.6" regex = "1.11.0"
chrono = "0.4.38" chrono = "0.4.38"
sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]} sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]}
json = "0.12.4"
reqwest = "0.12.7"
form_urlencoded = "1.2.1" form_urlencoded = "1.2.1"
tenorv2 = { path = "./tenor-v2/tenorv2" } tenorv2 = { path = "./tenor-v2/tenorv2" }