Dependency bumps

This commit is contained in:
Neshura 2024-05-06 21:53:02 +02:00
parent 23ac0de189
commit 9ee9db5792
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 181 additions and 93 deletions

View file

@ -16,19 +16,19 @@ systemd-units = { enable = false }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "^0.4.26"
chrono = "^0.4"
lemmy_api_common = "0.19.3"
lemmy_db_schema = "0.19.3"
once_cell = "^1.18.0"
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
serde = "^1.0.164"
serde_derive = "^1.0.164"
serde_json = "^1.0.97"
strum_macros = "^0.25.0"
tokio = { version = "^1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "^2.4.0"
confy = "^0.5.1"
toml = "^0.8.8"
once_cell = "^1.19"
reqwest = { version = "^0.12", features = ["blocking", "json"] }
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
strum_macros = "^0.26"
tokio = { version = "^1.37", features = ["rt", "rt-multi-thread", "macros"] }
url = "^2.5"
confy = "^0.6"
toml = "^0.8"
systemd-journal-logger = "^2.1.1"
log = "^0.4.20"
async-trait = "^0.1.77"
log = "^0.4"
async-trait = "^0.1"