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

Merge pull request #6648 from cakebaker/bump_nix_and_ctrlc

Bump `nix` & `ctrlc` and adapt code to API changes in `nix`
This commit is contained in:
Sylvestre Ledru 2024-08-21 21:27:13 +02:00 committed by GitHub
commit 72473f73bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 44 additions and 36 deletions

View file

@ -303,7 +303,7 @@ lscolors = { version = "0.19.0", default-features = false, features = [
] }
memchr = "2.7.2"
memmap2 = "0.9.4"
nix = { version = "0.28", default-features = false }
nix = { version = "0.29", default-features = false }
nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
num-bigint = "0.4.4"