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

Merge pull request #4666 from uutils/renovate/notify-5.x

chore(deps): update rust crate notify to v5.1.0
This commit is contained in:
Sylvestre Ledru 2023-03-29 07:53:50 +02:00 committed by GitHub
commit 4fa7efc693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -294,7 +294,7 @@ lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-te
memchr = "2"
nix = { version="0.26", default-features=false }
nom = "7.1.3"
notify = { version = "=5.0.0", features=["macos_kqueue"]}
notify = { version = "=5.1.0", features=["macos_kqueue"]}
num_cpus = "1.14"
num-bigint = "0.4.3"
num-traits = "0.2.15"