From 71954e62472def6f499f3491dc68f93d99f2a387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:04:48 +0000 Subject: [PATCH] build(deps): update cap-primitives requirement from 3 to 4 Updates the requirements on [cap-primitives](https://github.com/bytecodealliance/cap-std) to permit the latest version. - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-primitives-v3.0.0...cap-primitives-v4.0.0) --- updated-dependencies: - dependency-name: cap-primitives dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }