chore: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I53a5279d1c3e74ae54e2f32a800f83766a6a6964
This commit is contained in:
raf 2026-02-26 07:53:51 +03:00
commit 134da06fd0
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 26 additions and 26 deletions

View file

@ -15,7 +15,7 @@ path = "src/main.rs"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.56", features = [ "derive", "env" ] }
clap = { version = "4.5.60", features = [ "derive", "env" ] }
clap-verbosity-flag = "3.0.4"
color-eyre = "0.6.5"
crossterm = "0.29.0"
@ -24,12 +24,12 @@ dirs = "6.0.0"
env_logger = "0.11.8"
humantime = "2.3.0"
imagesize = "0.14.0"
inquire = { version = "0.9.2", default-features = false, features = [ "crossterm" ] }
libc = "0.2.180"
inquire = { version = "0.9.4", default-features = false, features = [ "crossterm" ] }
libc = "0.2.182"
log = "0.4.29"
notify-rust = { version = "4.11.7", optional = true }
notify-rust = { version = "4.12.0", optional = true }
ratatui = "0.30.0"
regex = "1.12.2"
regex = "1.12.3"
rusqlite = { version = "0.38.0", features = [ "bundled" ] }
serde = { version = "1.0.228", features = [ "derive" ] }
serde_json = "1.0.149"
@ -42,7 +42,7 @@ wayland-protocols-wlr = { version = "0.3.10", default-features = false, optional
wl-clipboard-rs = "0.9.3"
[dev-dependencies]
tempfile = "3.24.0"
tempfile = "3.26.0"
[features]
default = [ "notifications", "use-toplevel" ]