1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

chore(deps): update rust crate notify to v8.1.0

This commit is contained in:
renovate[bot] 2025-07-03 14:30:16 +00:00 committed by GitHub
parent e9b24b4bc2
commit aa64151dc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

7
Cargo.lock generated
View file

@ -1752,12 +1752,11 @@ dependencies = [
[[package]] [[package]]
name = "notify" name = "notify"
version = "8.0.0" version = "8.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97"
dependencies = [ dependencies = [
"bitflags 2.9.1", "bitflags 2.9.1",
"filetime",
"fsevent-sys", "fsevent-sys",
"inotify", "inotify",
"kqueue", "kqueue",
@ -1766,7 +1765,7 @@ dependencies = [
"mio", "mio",
"notify-types", "notify-types",
"walkdir", "walkdir",
"windows-sys 0.59.0", "windows-sys 0.60.2",
] ]
[[package]] [[package]]

View file

@ -331,7 +331,7 @@ memchr = "2.7.2"
memmap2 = "0.9.4" memmap2 = "0.9.4"
nix = { version = "0.30", default-features = false } nix = { version = "0.30", default-features = false }
nom = "8.0.0" nom = "8.0.0"
notify = { version = "=8.0.0", features = ["macos_kqueue"] } notify = { version = "=8.1.0", features = ["macos_kqueue"] }
num-bigint = "0.4.4" num-bigint = "0.4.4"
num-prime = "0.4.4" num-prime = "0.4.4"
num-traits = "0.2.19" num-traits = "0.2.19"