Skip to content

Commit 5705f62

Browse files
committed
chore(deps): update rust crate nix to 0.31.1 and libc to 0.2.180
We need those to complete #9432
1 parent 28b52bb commit 5705f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,13 @@ icu_provider = "2.0.0"
336336
indicatif = "0.18.0"
337337
itertools = "0.14.0"
338338
jiff = "0.2.18"
339-
libc = "0.2.172"
339+
libc = "0.2.180"
340340
lscolors = { version = "0.21.0", default-features = false, features = [
341341
"gnu_legacy",
342342
] }
343343
memchr = "2.7.2"
344344
memmap2 = "0.9.4"
345-
nix = { version = "0.30", default-features = false }
345+
nix = { version = "0.31.1", default-features = false }
346346
nom = "8.0.0"
347347
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
348348
num-bigint = "0.4.4"

0 commit comments

Comments
 (0)