Merge branch 'main' into notashelf/push-uuxkznrqypum

This commit is contained in:
raf 2026-04-12 23:00:23 +03:00 committed by GitHub
commit 86ed3abfae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 64 additions and 42 deletions

View file

@ -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" ] }