From f81a56a0025ac11dc5f9850a565937401946d99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:21:08 +0000 Subject: [PATCH] Bump cmov in /rust in the cargo group across 1 directory Bumps the cargo group with 1 update in the /rust directory: [cmov](https://github.com/RustCrypto/utils). Updates `cmov` from 0.5.3 to 0.5.4 - [Commits](https://github.com/RustCrypto/utils/compare/cmov-v0.5.3...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] --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 17313000c..5c9ac57f4 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1222,9 +1222,9 @@ dependencies = [ [[package]] name = "cmov" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746" +checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" [[package]] name = "color-eyre"