diff --git a/Cargo.toml b/Cargo.toml index 790b146..67b963b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "4.0.7" [dependencies] cap-tempfile = "3.2.0" -cap-primitives = "3" +cap-primitives = "4" [target.'cfg(not(windows))'.dependencies] rustix = { version = "1.0", features = ["fs", "process", "pipe"] }