chore: updated dependencies
This commit is contained in:
parent
bef22f9609
commit
08e6e91b1c
2 changed files with 781 additions and 630 deletions
1393
Cargo.lock
generated
1393
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
@ -7,18 +7,18 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
anyhow = "1.0.71"
|
||||
tokio-cron-scheduler = "0.10.0"
|
||||
anyhow = "1.0.89"
|
||||
tokio-cron-scheduler = "0.13.0"
|
||||
dotenv = "0.15.0"
|
||||
# poise = "0.5.5"
|
||||
serenity = { version = "0.12.0", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http", "cache"] }
|
||||
serenity_utils = "0.7.0"
|
||||
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
|
||||
regex = "1.9.0"
|
||||
chrono = "0.4.31"
|
||||
sqlx = {version="0.7.3", features=["runtime-tokio", "sqlite"]}
|
||||
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http", "cache"] }
|
||||
# serenity_utils = "0.7.0"
|
||||
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
|
||||
regex = "1.10.6"
|
||||
chrono = "0.4.38"
|
||||
sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]}
|
||||
json = "0.12.4"
|
||||
reqwest = "0.11.24"
|
||||
reqwest = "0.12.7"
|
||||
form_urlencoded = "1.2.1"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue