From 1ca7f131d61cb8561b458e0db9e54bdead93f209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:26:24 +0000 Subject: [PATCH] build(deps): bump cmov Bumps the cargo group with 1 update in the /coordinode-embedded 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] --- coordinode-embedded/Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/coordinode-embedded/Cargo.lock b/coordinode-embedded/Cargo.lock index 5a07732..e22c902 100644 --- a/coordinode-embedded/Cargo.lock +++ b/coordinode-embedded/Cargo.lock @@ -536,9 +536,9 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[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 = "colorchoice" @@ -701,7 +701,7 @@ dependencies = [ "aes-gcm", "coordinode-storage", "hmac", - "rand 0.10.1", + "rand 0.10.2", "rust-stemmers 1.2.0 (git+https://github.com/structured-world/rust-stemmers.git?branch=main)", "serde", "sha2 0.11.0", @@ -1868,7 +1868,7 @@ dependencies = [ "openraft-rt", "openraft-rt-tokio", "peel-off", - "rand 0.10.1", + "rand 0.10.2", "serde", "smallvec", "thiserror", @@ -1899,7 +1899,7 @@ dependencies = [ "futures-util", "openraft-macros", "pin-project-lite", - "rand 0.10.1", + "rand 0.10.2", ] [[package]] @@ -1910,7 +1910,7 @@ checksum = "2a539ef5ef89d4da720c56300aeb702d6ddf2a9fa653b029b79d30e5f8cf68fa" dependencies = [ "futures-util", "openraft-rt", - "rand 0.10.1", + "rand 0.10.2", "tokio", ] @@ -2376,9 +2376,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", @@ -3060,7 +3060,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",