mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
chore: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964707aec82d862a37d28113667d3cc6162
This commit is contained in:
parent
b0fbdcf3ea
commit
d1e348df9e
2 changed files with 26 additions and 15 deletions
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/notashelf/stash"
|
|||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.46", features = ["derive"] }
|
||||
clap = { version = "4.5.47", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
dirs = "6.0.0"
|
||||
imagesize = "0.14.0"
|
||||
|
|
@ -22,8 +22,8 @@ thiserror = "2.0.16"
|
|||
wl-clipboard-rs = "0.9.2"
|
||||
rusqlite = { version = "0.37.0", features = ["bundled"] }
|
||||
smol = "2.0.2"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
serde = { version = "1.0.224", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
base64 = "0.22.1"
|
||||
regex = "1.11.2"
|
||||
ratatui = "0.29.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue