Run cargo update and bump package version

This commit is contained in:
2025-05-03 16:05:38 +00:00
parent cdb0277c57
commit e79dfe9fc5
3 changed files with 508 additions and 329 deletions

833
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package] [package]
name = "matrix-feedbot" name = "matrix-feedbot"
version = "0.1.4" version = "0.1.5"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
authors = ["mirsal <mirsal@mirsal.fr>"] authors = ["mirsal <mirsal@mirsal.fr>"]

View File

@ -98,7 +98,7 @@ pub async fn login_and_sync<T: Clone>(
client client
.matrix_auth() .matrix_auth()
.login_username(username, password) .login_username(username, password)
.initial_device_display_name("bender v0.1.4") .initial_device_display_name("bender v0.1.5")
.await?; .await?;
info!("logged in as {username}"); info!("logged in as {username}");