Lemmy API Crate bump

This commit is contained in:
Neshura 2024-05-06 20:55:48 +02:00
parent d50bf01db6
commit 85f3044224
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 12 additions and 12 deletions

View file

@ -17,8 +17,8 @@ systemd-units = { enable = false }
[dependencies]
chrono = "^0.4.26"
lemmy_api_common = "0.19.1"
lemmy_db_schema = "0.19.1"
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"