Updated API to 0.18.2
This commit is contained in:
parent
890e6baef5
commit
8cc16a675b
2 changed files with 206 additions and 269 deletions
471
Cargo.lock
generated
471
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -7,8 +7,8 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.26"
|
||||||
lemmy_api_common = "0.18.1"
|
lemmy_api_common = "0.18.2"
|
||||||
lemmy_db_schema = "0.18.1"
|
lemmy_db_schema = "0.18.2"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
|
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
|
||||||
serde = "1.0.164"
|
serde = "1.0.164"
|
||||||
|
|
Loading…
Reference in a new issue