From 4f5132632e553279fbe1025eab611196618512c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:06:26 +0000 Subject: [PATCH] chore(deps): bump the cargo-non-major group with 2 updates Bumps the cargo-non-major group with 2 updates: [cap-fs-ext](https://github.com/bytecodealliance/cap-std) and [cap-std](https://github.com/bytecodealliance/cap-std). Updates `cap-fs-ext` from 4.0.2 to 4.0.3 - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-fs-ext-v4.0.2...cap-fs-ext-v4.0.3) Updates `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-fs-ext dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-non-major - dependency-name: cap-std dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-non-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6834b27..0fe640e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,9 +66,9 @@ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" [[package]] name = "cap-fs-ext" -version = "4.0.2" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78e5a3368ae89b7cb68186411452b4b9fac8b41be9c19bf3f47c2d2c8e36e6b" +checksum = "56ff379b70af8e08307a8f65e7040c7301cb4a572538ade16b4984f0da77847f" dependencies = [ "cap-primitives", "cap-std", @@ -78,9 +78,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", @@ -96,9 +96,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",