From 65ad74bae67cdbc4906b9f2473af0d7dbb18993e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:09:20 +0000 Subject: [PATCH] build(deps): bump cmov from 0.3.0 to 0.3.1 Bumps [cmov](https://github.com/RustCrypto/utils) from 0.3.0 to 0.3.1. - [Commits](https://github.com/RustCrypto/utils/compare/cmov-v0.3.0...cmov-v0.3.1) --- updated-dependencies: - dependency-name: cmov dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3709f574..1df19a6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,9 +177,9 @@ checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" [[package]] name = "cmov" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aadf78c7ab2a10d7fd054aeb003c89ba2d3fb0dec68a100a057acf760040822b" +checksum = "1b1dc960ba75d543267db9254da8ec1cb318a037beb3f8d2497520e410096fab" [[package]] name = "colorchoice" diff --git a/Cargo.toml b/Cargo.toml index daae10bb..a9c21dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [dependencies] aes = "0.8.3" -cmov = "0.3.0" +cmov = "0.3.1" ctr = "0.9.2" rand_core = { version = "0.6.4", default-features = false, optional = true } sha2 = "0.10.8"