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: I53a5279d1c3e74ae54e2f32a800f83766a6a6964
This commit is contained in:
parent
2227ef7e89
commit
134da06fd0
2 changed files with 26 additions and 26 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue