From fcb29c358ef86e55c237db54a1e992a7c50f92de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:50:13 +0000 Subject: [PATCH] build(deps): bump universal-hash from 0.6.0-rc.10 to 0.6.1 Bumps [universal-hash](https://github.com/RustCrypto/traits) from 0.6.0-rc.10 to 0.6.1. - [Commits](https://github.com/RustCrypto/traits/compare/universal-hash-v0.6.0-rc.10...universal-hash-v0.6.1) --- updated-dependencies: - dependency-name: universal-hash dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++++++++++++++++--- belt-dwp/Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e095e648..31381326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,6 +233,12 @@ dependencies = [ "digest", ] +[[package]] +name = "cmov" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de0758edba32d61d1fd9f4d69491b47604b91ee2f7e6b33de7e54ca4ebe55dc3" + [[package]] name = "cpubits" version = "0.1.0" @@ -277,6 +283,15 @@ dependencies = [ "cipher", ] +[[package]] +name = "ctutils" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1005a6d4446f5120ef475ad3d2af2b30c49c2c9c6904258e3bb30219bebed5e4" +dependencies = [ + "cmov", +] + [[package]] name = "dbl" version = "0.5.0" @@ -621,12 +636,12 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" -version = "0.6.0-rc.10" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "058482a494bb3c9c39447d8b40a3a0f38ebb3dccaf02c5a2d681e69035f8da11" +checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96" dependencies = [ "crypto-common", - "subtle", + "ctutils", ] [[package]] diff --git a/belt-dwp/Cargo.toml b/belt-dwp/Cargo.toml index ecc8210e..43ded081 100644 --- a/belt-dwp/Cargo.toml +++ b/belt-dwp/Cargo.toml @@ -16,7 +16,7 @@ aead = { version = "0.6.0-rc.10", default-features = false } belt-block = { version = "0.2.0-rc.3" } belt-ctr = { version = "0.2.0-rc.3" } subtle = { version = "2", default-features = false } -universal-hash = { version = "0.6.0-rc.10" } +universal-hash = { version = "0.6.1" } zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies]