Bump all dep versions
I hope this doesn't break everything...
This commit is contained in:
parent
ab6c2af41e
commit
59d752c44c
2 changed files with 1114 additions and 697 deletions
1771
Cargo.lock
generated
1771
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
40
Cargo.toml
40
Cargo.toml
|
@ -20,40 +20,40 @@ database = []
|
|||
beta = []
|
||||
|
||||
[dependencies]
|
||||
poise = { version = "0.5.6", features = [
|
||||
poise = { version = "0.6.1", features = [
|
||||
"cache",
|
||||
"collector",
|
||||
] }
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
csv = "1.2.2"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.107"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
csv = "1.3.0"
|
||||
serde = "1.0.203"
|
||||
serde_json = "1.0.120"
|
||||
uwuify = "0.2.2"
|
||||
chrono = "0.4.31"
|
||||
clap = { version = "4.0.32", features = ["derive"] }
|
||||
chrono = "0.4.38"
|
||||
clap = { version = "4.5.8", features = ["derive"] }
|
||||
maplit = "1.0.2"
|
||||
colored = "2.0.4"
|
||||
colored = "2.1.0"
|
||||
strip_markdown = "0.2.0"
|
||||
reqwest = "0.11.20"
|
||||
futures = "0.3.28"
|
||||
redis = { version = "0.23.3", features = ["aio", "tokio-comp"] }
|
||||
reqwest = "0.12.5"
|
||||
futures = "0.3.30"
|
||||
redis = { version = "0.25.4", features = ["aio", "tokio-comp"] }
|
||||
merge = { version = "0.1.0", features = ["std", "num", "derive"] }
|
||||
derivative = "2.2.0"
|
||||
rand = "0.8.5"
|
||||
unix-time = "0.1.5"
|
||||
regex = "1.9.5"
|
||||
once_cell = "1.18.0"
|
||||
chrono-tz = "0.8.3"
|
||||
meilisearch-sdk = "0.17.0"
|
||||
serde_with = "3.3.0"
|
||||
tracing = { version = "0.1.37", features = ["async-await"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = [
|
||||
regex = "1.10.5"
|
||||
once_cell = "1.19.0"
|
||||
chrono-tz = "0.9.0"
|
||||
meilisearch-sdk = "0.26.1"
|
||||
serde_with = "3.8.2"
|
||||
tracing = { version = "0.1.40", features = ["async-await"] }
|
||||
tracing-subscriber = { version = "0.3.18", features = [
|
||||
"parking_lot",
|
||||
"registry",
|
||||
] }
|
||||
linkify = "0.10.0"
|
||||
anyhow = "1.0.75"
|
||||
thiserror = "1.0.49"
|
||||
anyhow = "1.0.86"
|
||||
thiserror = "1.0.61"
|
||||
pastemyst = "1.0.0"
|
||||
# oxipng = "5.0.1"
|
||||
# mozjpeg = "0.9.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue