From e4ec66796522e85a59bcfedc02f25c3895528817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 04:22:49 +0000 Subject: [PATCH] Build(deps): Bump cap-std from 4.0.2 to 4.0.3 Bumps [cap-std](https://github.com/bytecodealliance/cap-std) from 4.0.2 to 4.0.3. - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-std-v4.0.2...cap-std-v4.0.3) --- updated-dependencies: - dependency-name: cap-std dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5b15c6..a01c872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ dependencies = [ [[package]] name = "cap-primitives" -version = "4.0.2" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdadbd7c002d3a484b35243669abdae85a0ebaded5a61117169dc3400f9a7ff0" +checksum = "8b5f74729fd2f44701d1a8eb47e906cdb3ccd9ec0f02baad85a744b791940b18" dependencies = [ "ambient-authority", "fs-set-times", @@ -99,9 +99,9 @@ dependencies = [ [[package]] name = "cap-std" -version = "4.0.2" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7281235d6e96d3544ca18bba9049be92f4190f8d923e3caef1b5f66cfa752608" +checksum = "c1ec78e242cfa2cfe276807ac2ecc00315a6c97786977414bcd1c3963b6c91b8" dependencies = [ "cap-primitives", "io-extras", diff --git a/Cargo.toml b/Cargo.toml index 230d7cf..3601297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ repository-tasks = [] [dependencies] blake3 = { version = "=1.8.5", default-features = false, features = ["pure", "std"] } cap-fs-ext = { version = "=4.0.2", default-features = false, features = ["std"] } -cap-std = { version = "=4.0.2", default-features = false } +cap-std = { version = "=4.0.3", default-features = false } rustix = { version = "=1.1.4", default-features = false, features = ["fs", "std"] } [dev-dependencies] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a108967..9de96e5 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -29,7 +29,7 @@ repository-tasks = [ blake3 = { version = "=1.8.5", default-features = false, features = ["pure", "std"], optional = true } # Capability-relative, no-follow opens close source-scan replacement races. cap-fs-ext = { version = "=4.0.2", default-features = false, features = ["std"], optional = true } -cap-std = { version = "=4.0.2", default-features = false, optional = true } +cap-std = { version = "=4.0.3", default-features = false, optional = true } keep = { path = "..", optional = true } # Pure Rust MD5 regenerates the public Gear-table recipe; it is not an identity primitive. md-5 = { version = "=0.11.0", default-features = false, optional = true }