From 74046377cd57b8a0b90d0e8010cfafccf5e1277d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:30:12 +0000 Subject: [PATCH] Bump cmov in /backend in the cargo group across 1 directory Bumps the cargo group with 1 update in the /backend 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] --- backend/Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b49d764..995ff5a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -725,9 +725,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 = "color_quant" @@ -2975,7 +2975,7 @@ dependencies = [ "minerva-rpc", "minerva-rpc-local", "qdrant-client", - "rand 0.10.1", + "rand 0.10.2", "rand_chacha 0.3.1", "regex", "reqwest 0.13.3", @@ -3192,7 +3192,7 @@ dependencies = [ "minerva-pipeline", "minerva-rpc", "qdrant-client", - "rand 0.10.1", + "rand 0.10.2", "rand_chacha 0.3.1", "regex", "reqwest 0.13.3", @@ -4237,9 +4237,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -5564,7 +5564,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.2", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2",