From 9b3b6a8f96aa9a2d7a91c748189012d9426b5e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:50:41 +0000 Subject: [PATCH] build(deps): bump cmov from 0.5.2 to 0.5.4 Bumps [cmov](https://github.com/RustCrypto/utils) 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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aed3226..2d28963 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,9 +1541,9 @@ dependencies = [ [[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"