1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #8306 from uutils/renovate/notify-8.x

chore(deps): update rust crate notify to v8.1.0
This commit is contained in:
Daniel Hofstetter 2025-07-03 17:27:29 +02:00 committed by GitHub
commit 931d388664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -331,7 +331,7 @@ memchr = "2.7.2"
memmap2 = "0.9.4"
nix = { version = "0.30", default-features = false }
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-prime = "0.4.4"
num-traits = "0.2.19"