From 198d4372d92f2f5df9438f01f4bc5478f07ff8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:54:39 +0000 Subject: [PATCH] chore(deps): Bump cmov Bumps the cargo group with 1 update in the /project-wharf directory: [cmov](https://github.com/RustCrypto/utils). Updates `cmov` from 0.5.2 to 0.5.4 - [Commits](https://github.com/RustCrypto/utils/compare/cmov-v0.5.2...cmov-v0.5.4) --- updated-dependencies: - dependency-name: cmov dependency-version: 0.5.4 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- project-wharf/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project-wharf/Cargo.lock b/project-wharf/Cargo.lock index 8d9942f..23b0653 100644 --- a/project-wharf/Cargo.lock +++ b/project-wharf/Cargo.lock @@ -430,9 +430,9 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" [[package]] name = "cmov" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0758edba32d61d1fd9f4d69491b47604b91ee2f7e6b33de7e54ca4ebe55dc3" +checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" [[package]] name = "colorchoice"