Use lemmy crates again

This commit is contained in:
Neshura 2023-12-20 20:45:13 +01:00
parent b94aecefe2
commit f22e2d6278
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 18 additions and 13 deletions

View file

@ -1,14 +1,14 @@
[package]
name = "ascendance-of-a-bookworm-bot"
version = "2.1.4"
version = "2.1.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "^0.4.26"
lemmy_api_common = { git = "https://github.com/LemmyNet/lemmy.git", tag = "0.19.0" } #"^0.18.2"
lemmy_db_schema = { git = "https://github.com/LemmyNet/lemmy.git", tag = "0.19.0" } #"^0.18.2"
lemmy_api_common = "0.19.1"
lemmy_db_schema = "0.19.1"
once_cell = "^1.18.0"
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
serde = "^1.0.164"