Skip to content

Commit fd4c315

Browse files
committed
Bump nix to 0.30.1 and ctrlc to 3.4.7
1 parent 3a05fa9 commit fd4c315

File tree

3 files changed

+55
-49
lines changed

3 files changed

+55
-49
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ clap_mangen = "0.2"
289289
compare = "0.1.0"
290290
coz = { version = "0.1.3" }
291291
crossterm = "0.29.0"
292-
ctrlc = { version = "3.4.4", features = ["termination"] }
292+
ctrlc = { version = "3.4.7", features = ["termination"] }
293293
dns-lookup = { version = "2.0.4" }
294294
exacl = "0.12.0"
295295
file_diff = "1.0.0"
@@ -311,7 +311,7 @@ lscolors = { version = "0.20.0", default-features = false, features = [
311311
] }
312312
memchr = "2.7.2"
313313
memmap2 = "0.9.4"
314-
nix = { version = "0.29", default-features = false }
314+
nix = { version = "0.30", default-features = false }
315315
nom = "8.0.0"
316316
notify = { version = "=8.0.0", features = ["macos_kqueue"] }
317317
num-bigint = "0.4.4"

fuzz/Cargo.lock

Lines changed: 49 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)