From 9b4f763105e4cecbed9db8d12f8b0bfb63562be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:04:44 +0000 Subject: [PATCH] build(deps): update cap-tempfile requirement from 3.2.0 to 4.0.0 Updates the requirements on [cap-tempfile](https://github.com/bytecodealliance/cap-std) to permit the latest version. - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-tempfile-v3.2.0...cap-tempfile-v4.0.0) --- updated-dependencies: - dependency-name: cap-tempfile 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..19b0d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/coreos/cap-std-ext" version = "4.0.7" [dependencies] -cap-tempfile = "3.2.0" +cap-tempfile = "4.0.0" cap-primitives = "3" [target.'cfg(not(windows))'.dependencies]