From a956afdd1e619edfb98210a8519b9651f318f588 Mon Sep 17 00:00:00 2001 From: David Mendez Date: Tue, 6 May 2025 14:22:18 -0700 Subject: [PATCH] DLPX-93579 critical vulnerability in ptools nix dependency PR URL: https://www.github.com/delphix/ptools/pull/31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc35c4a..6c4f2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ panic = "abort" # Save size. We don't need unwinding anyway. [dependencies] getopts = "0.2.15" -nix = "0.12.0" +nix = "0.23.0" libc = "0.2.48" [package.metadata.deb]