Version bump to 0.18.1
This commit is contained in:
parent
f20dbe247c
commit
a36115d6e6
3 changed files with 819 additions and 178 deletions
992
Cargo.lock
generated
992
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -8,8 +8,8 @@ edition = "2021"
|
|||
[dependencies]
|
||||
chrono = "0.4.26"
|
||||
crossterm = "0.26.1"
|
||||
lemmy_api_common = "0.17.4"
|
||||
lemmy_db_schema = "0.17.4"
|
||||
lemmy_api_common = "0.18.1"
|
||||
lemmy_db_schema = "0.18.1"
|
||||
once_cell = "1.18.0"
|
||||
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
|
||||
serde = "1.0.164"
|
||||
|
|
|
@ -50,6 +50,7 @@ impl Bot {
|
|||
let login_params = Login {
|
||||
username_or_email: self.secrets.lemmy.get_username(),
|
||||
password: self.secrets.lemmy.get_password(),
|
||||
totp_2fa_token: None,
|
||||
};
|
||||
|
||||
let res = CLIENT
|
||||
|
|
Loading…
Reference in a new issue