mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 14:33:47 +00:00
chore: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib0445df9b8e5f0d4aabfcd4ff1bc27f16a6a6964
This commit is contained in:
parent
23bb89e3ea
commit
cff9f7bbba
2 changed files with 8 additions and 8 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue