chore: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib0445df9b8e5f0d4aabfcd4ff1bc27f16a6a6964
This commit is contained in:
raf 2026-02-01 18:06:43 +03:00
commit cff9f7bbba
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ path = "src/main.rs"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.54", features = ["derive", "env"] }
clap = { version = "4.5.56", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.4"
color-eyre = "0.6.5"
crossterm = "0.29.0"
@ -44,7 +44,7 @@ wayland-protocols-wlr = { version = "0.3.10", default-features = false, optional
wl-clipboard-rs = "0.9.3"
[dev-dependencies]
tempfile = "3.18.0"
tempfile = "3.24.0"
[features]
default = ["notifications", "use-toplevel"]