mirror of
https://github.com/NotAShelf/stash.git
synced 2026-06-23 05:03:24 +00:00
build: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia2b269b736e8bcc3f798fd6c1b4a562c6a6a6964
This commit is contained in:
parent
65be1f8e08
commit
8c339240c7
2 changed files with 145 additions and 76 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -7,7 +7,7 @@ authors = [ "NotAShelf <raf@notashelf.dev>" ]
|
|||
license = "MPL-2.0"
|
||||
readme = true
|
||||
repository = "https://github.com/notashelf/stash"
|
||||
rust-version = "1.91.0"
|
||||
rust-version = "1.95.0"
|
||||
|
||||
[[bin]]
|
||||
name = "stash" # actual binary name for Nix, Cargo, etc.
|
||||
|
|
@ -18,7 +18,7 @@ age = { version = "0.11.3", optional = true }
|
|||
arc-swap = { version = "1.9.1", optional = true }
|
||||
base64 = "0.22.1"
|
||||
blocking = "1.6.2"
|
||||
clap = { version = "4.6.0", features = [ "derive", "env" ] }
|
||||
clap = { version = "4.6.1", features = [ "derive", "env" ] }
|
||||
clap-verbosity-flag = "3.0.4"
|
||||
color-eyre = "0.6.5"
|
||||
crossterm = "0.29.0"
|
||||
|
|
@ -29,17 +29,17 @@ humantime = "2.3.0"
|
|||
imagesize = "0.14.0"
|
||||
inquire = { version = "0.9.4", default-features = false, features = [ "crossterm" ] }
|
||||
libc = "0.2.186"
|
||||
log = "0.4.29"
|
||||
log = "0.4.32"
|
||||
mime-sniffer = "0.1.3"
|
||||
notify-rust = { version = "4.17.0", optional = true }
|
||||
ratatui = "0.30.0"
|
||||
regex = "1.12.3"
|
||||
rusqlite = { version = "0.39.0", features = [ "bundled" ] }
|
||||
notify-rust = { version = "4.18.0", optional = true }
|
||||
ratatui = "0.30.1"
|
||||
regex = "1.12.4"
|
||||
rusqlite = { version = "0.40.1", features = [ "bundled" ] }
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
serde_json = "1.0.150"
|
||||
smol = "2.0.2"
|
||||
thiserror = "2.0.18"
|
||||
unicode-segmentation = "1.13.2"
|
||||
unicode-segmentation = "1.13.3"
|
||||
unicode-width = "0.2.2"
|
||||
wayland-client = { version = "0.31.14", features = [ "log" ], optional = true }
|
||||
wayland-protocols-wlr = { version = "0.3.12", default-features = false, optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue