chore: bump dependencies; fix lifetime warnings for Rust 1.90+

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If755ceefb970311c7660118cb2019c2c6a6a6964
This commit is contained in:
raf 2025-12-22 16:45:19 +03:00
commit c2182d21dc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 116 additions and 31 deletions

View file

@ -32,7 +32,7 @@ log = "0.4.28"
env_logger = "0.11.8"
thiserror = "2.0.17"
wl-clipboard-rs = "0.9.2"
rusqlite = { version = "0.37.0", features = ["bundled"] }
rusqlite = { version = "0.38.0", features = ["bundled"] }
smol = "2.0.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"