mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 14:33:47 +00:00
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:
parent
8a25a03486
commit
c2182d21dc
5 changed files with 116 additions and 31 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue