mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-23 10:25:05 +00:00
Merge branch 'main' into notashelf/push-uuxkznrqypum
This commit is contained in:
commit
86ed3abfae
5 changed files with 64 additions and 42 deletions
|
|
@ -15,7 +15,7 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
age = "0.11.2"
|
||||
arc-swap = { version = "1.9.0", 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" ] }
|
||||
|
|
@ -28,10 +28,10 @@ env_logger = "0.11.10"
|
|||
humantime = "2.3.0"
|
||||
imagesize = "0.14.0"
|
||||
inquire = { version = "0.9.4", default-features = false, features = [ "crossterm" ] }
|
||||
libc = "0.2.183"
|
||||
libc = "0.2.184"
|
||||
log = "0.4.29"
|
||||
mime-sniffer = "0.1.3"
|
||||
notify-rust = { version = "4.12.0", optional = true }
|
||||
notify-rust = { version = "4.14.0", optional = true }
|
||||
ratatui = "0.30.0"
|
||||
regex = "1.12.3"
|
||||
rusqlite = { version = "0.39.0", features = [ "bundled" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue