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

Bump nix to 0.30.1 and ctrlc to 3.4.7

This commit is contained in:
Daniel Hofstetter 2025-05-22 16:02:27 +02:00
parent 3a05fa92d6
commit fd4c315fa3
3 changed files with 55 additions and 49 deletions

View file

@ -289,7 +289,7 @@ clap_mangen = "0.2"
compare = "0.1.0"
coz = { version = "0.1.3" }
crossterm = "0.29.0"
ctrlc = { version = "3.4.4", features = ["termination"] }
ctrlc = { version = "3.4.7", features = ["termination"] }
dns-lookup = { version = "2.0.4" }
exacl = "0.12.0"
file_diff = "1.0.0"
@ -311,7 +311,7 @@ lscolors = { version = "0.20.0", default-features = false, features = [
] }
memchr = "2.7.2"
memmap2 = "0.9.4"
nix = { version = "0.29", default-features = false }
nix = { version = "0.30", default-features = false }
nom = "8.0.0"
notify = { version = "=8.0.0", features = ["macos_kqueue"] }
num-bigint = "0.4.4"