From 1a87e84a83b21838d66dc8c2ebd8f288e2d7c646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:28:50 +0000 Subject: [PATCH] build(deps): bump cmov from 0.5.3 to 0.5.4 in /quickwit Bumps [cmov](https://github.com/RustCrypto/utils) 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 ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 7d9ac914da6..e87ef90c2d9 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -2115,9 +2115,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 = "coarsetime"