mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
build: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I7a974572e4e36c9013e5c1c808677eaf6a6a6964
This commit is contained in:
parent
208359dc0c
commit
aabf40ac6e
2 changed files with 110 additions and 101 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -16,13 +16,13 @@ path = "src/main.rs"
|
|||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
blocking = "1.6.2"
|
||||
clap = { version = "4.5.60", features = [ "derive", "env" ] }
|
||||
clap = { version = "4.6.0", features = [ "derive", "env" ] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
color-eyre = "0.6.5"
|
||||
crossterm = "0.29.0"
|
||||
ctrlc = "3.5.2"
|
||||
dirs = "6.0.0"
|
||||
env_logger = "0.11.8"
|
||||
env_logger = "0.11.10"
|
||||
humantime = "2.3.0"
|
||||
imagesize = "0.14.0"
|
||||
inquire = { version = "0.9.4", default-features = false, features = [ "crossterm" ] }
|
||||
|
|
@ -32,20 +32,20 @@ mime-sniffer = "0.1.3"
|
|||
notify-rust = { version = "4.12.0", optional = true }
|
||||
ratatui = "0.30.0"
|
||||
regex = "1.12.3"
|
||||
rusqlite = { version = "0.38.0", features = [ "bundled" ] }
|
||||
rusqlite = { version = "0.39.0", features = [ "bundled" ] }
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
smol = "2.0.2"
|
||||
thiserror = "2.0.18"
|
||||
unicode-segmentation = "1.12.0"
|
||||
unicode-segmentation = "1.13.2"
|
||||
unicode-width = "0.2.2"
|
||||
wayland-client = { version = "0.31.12", features = [ "log" ], optional = true }
|
||||
wayland-protocols-wlr = { version = "0.3.10", default-features = false, optional = true }
|
||||
wayland-client = { version = "0.31.14", features = [ "log" ], optional = true }
|
||||
wayland-protocols-wlr = { version = "0.3.12", default-features = false, optional = true }
|
||||
wl-clipboard-rs = "0.9.3"
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.32"
|
||||
tempfile = "3.26.0"
|
||||
tempfile = "3.27.0"
|
||||
|
||||
[features]
|
||||
default = [ "notifications", "use-toplevel" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue