Bump all dep versions

I hope this doesn't break everything...
This commit is contained in:
BuyMyMojo 2024-07-03 16:16:32 +10:00
parent ab6c2af41e
commit 59d752c44c
2 changed files with 1114 additions and 697 deletions

1771
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -20,40 +20,40 @@ database = []
beta = [] beta = []
[dependencies] [dependencies]
poise = { version = "0.5.6", features = [ poise = { version = "0.6.1", features = [
"cache", "cache",
"collector", "collector",
] } ] }
tokio = { version = "1.32.0", features = ["full"] } tokio = { version = "1.38.0", features = ["full"] }
csv = "1.2.2" csv = "1.3.0"
serde = "1.0.188" serde = "1.0.203"
serde_json = "1.0.107" serde_json = "1.0.120"
uwuify = "0.2.2" uwuify = "0.2.2"
chrono = "0.4.31" chrono = "0.4.38"
clap = { version = "4.0.32", features = ["derive"] } clap = { version = "4.5.8", features = ["derive"] }
maplit = "1.0.2" maplit = "1.0.2"
colored = "2.0.4" colored = "2.1.0"
strip_markdown = "0.2.0" strip_markdown = "0.2.0"
reqwest = "0.11.20" reqwest = "0.12.5"
futures = "0.3.28" futures = "0.3.30"
redis = { version = "0.23.3", features = ["aio", "tokio-comp"] } redis = { version = "0.25.4", features = ["aio", "tokio-comp"] }
merge = { version = "0.1.0", features = ["std", "num", "derive"] } merge = { version = "0.1.0", features = ["std", "num", "derive"] }
derivative = "2.2.0" derivative = "2.2.0"
rand = "0.8.5" rand = "0.8.5"
unix-time = "0.1.5" unix-time = "0.1.5"
regex = "1.9.5" regex = "1.10.5"
once_cell = "1.18.0" once_cell = "1.19.0"
chrono-tz = "0.8.3" chrono-tz = "0.9.0"
meilisearch-sdk = "0.17.0" meilisearch-sdk = "0.26.1"
serde_with = "3.3.0" serde_with = "3.8.2"
tracing = { version = "0.1.37", features = ["async-await"] } tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.17", features = [ tracing-subscriber = { version = "0.3.18", features = [
"parking_lot", "parking_lot",
"registry", "registry",
] } ] }
linkify = "0.10.0" linkify = "0.10.0"
anyhow = "1.0.75" anyhow = "1.0.86"
thiserror = "1.0.49" thiserror = "1.0.61"
pastemyst = "1.0.0" pastemyst = "1.0.0"
# oxipng = "5.0.1" # oxipng = "5.0.1"
# mozjpeg = "0.9.3" # mozjpeg = "0.9.3"