build: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If7985aa26f98a6aac1a994118df886046a6a6964
This commit is contained in:
raf 2026-04-12 22:55:56 +03:00
commit ac7fbe293b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 40 additions and 34 deletions

View file

@ -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" ] }