Merge pull request #96 from NotAShelf/dependabot/cargo/notify-rust-4.17.0

build(deps): bump notify-rust from 4.14.0 to 4.17.0
This commit is contained in:
raf 2026-05-13 06:43:07 +03:00 committed by GitHub
commit f4f30cbc9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1608,9 +1608,9 @@ dependencies = [
[[package]] [[package]]
name = "notify-rust" name = "notify-rust"
version = "4.14.0" version = "4.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b2c9bc1689653cfbc04400b8719f2562638ff9c545bbd48cc58c657a14526df" checksum = "50ff2e74231b72c832d82982193b417f230945be6bdb5575b251d941d31adb00"
dependencies = [ dependencies = [
"futures-lite", "futures-lite",
"log", "log",

View file

@ -30,7 +30,7 @@ inquire = { version = "0.9.4", default-features = false, features
libc = "0.2.185" libc = "0.2.185"
log = "0.4.29" log = "0.4.29"
mime-sniffer = "0.1.3" mime-sniffer = "0.1.3"
notify-rust = { version = "4.14.0", optional = true } notify-rust = { version = "4.17.0", optional = true }
ratatui = "0.30.0" ratatui = "0.30.0"
regex = "1.12.3" regex = "1.12.3"
rusqlite = { version = "0.39.0", features = [ "bundled" ] } rusqlite = { version = "0.39.0", features = [ "bundled" ] }