mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-18 16:39:52 +00:00
chore: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69647235c4fe03eb0c5e6ea1290110e29ccf
This commit is contained in:
parent
86001652cd
commit
0c0547b6e8
2 changed files with 268 additions and 14 deletions
|
|
@ -9,18 +9,19 @@ repository = "https://github.com/notashelf/stash"
|
|||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.44", features = ["derive"] }
|
||||
clap = { version = "4.5.45", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.3"
|
||||
dirs = "6.0.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
rmp-serde = "1.3.0"
|
||||
imagesize = "0.14"
|
||||
imagesize = "0.14.0"
|
||||
inquire = { default-features = false, version = "0.7.5", features = [ "crossterm" ] }
|
||||
log = "0.4.27"
|
||||
env_logger = "0.11.8"
|
||||
clap-verbosity-flag = "3.0.3"
|
||||
thiserror = "2.0.14"
|
||||
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.142"
|
||||
base64 = "0.22.1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue