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

Bump nix from 0.27 to 0.28

This commit is contained in:
Daniel Hofstetter 2024-03-11 09:59:26 +01:00
parent ffb70592ec
commit ae7bc7d2e3
2 changed files with 13 additions and 6 deletions

View file

@ -294,7 +294,7 @@ lscolors = { version = "0.16.0", default-features = false, features = [
] }
memchr = "2"
memmap2 = "0.9"
nix = { version = "0.27", default-features = false }
nix = { version = "0.28", default-features = false }
nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
num-bigint = "0.4.4"