mirror of
https://github.com/NotAShelf/stash.git
synced 2026-05-19 13:30:39 +00:00
build: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If7985aa26f98a6aac1a994118df886046a6a6964
This commit is contained in:
parent
84cf1b46ad
commit
ac7fbe293b
2 changed files with 40 additions and 34 deletions
|
|
@ -14,7 +14,7 @@ name = "stash" # actual binary name for Nix, Cargo, etc.
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
arc-swap = { version = "1.9.0", optional = true }
|
||||
arc-swap = { version = "1.9.1", optional = true }
|
||||
base64 = "0.22.1"
|
||||
blocking = "1.6.2"
|
||||
clap = { version = "4.6.0", features = [ "derive", "env" ] }
|
||||
|
|
@ -27,10 +27,10 @@ env_logger = "0.11.10"
|
|||
humantime = "2.3.0"
|
||||
imagesize = "0.14.0"
|
||||
inquire = { version = "0.9.4", default-features = false, features = [ "crossterm" ] }
|
||||
libc = "0.2.183"
|
||||
libc = "0.2.184"
|
||||
log = "0.4.29"
|
||||
mime-sniffer = "0.1.3"
|
||||
notify-rust = { version = "4.12.0", optional = true }
|
||||
notify-rust = { version = "4.14.0", optional = true }
|
||||
ratatui = "0.30.0"
|
||||
regex = "1.12.3"
|
||||
rusqlite = { version = "0.39.0", features = [ "bundled" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue