From bea8ebd3326caff652562a1d04efffc205310a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:02:52 +0000 Subject: [PATCH] build(deps): bump universal-hash from 0.6.0-rc.4 to 0.6.0-rc.5 Bumps [universal-hash](https://github.com/RustCrypto/traits) from 0.6.0-rc.4 to 0.6.0-rc.5. - [Commits](https://github.com/RustCrypto/traits/compare/universal-hash-v0.6.0-rc.4...universal-hash-v0.6.0-rc.5) --- updated-dependencies: - dependency-name: universal-hash dependency-version: 0.6.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ belt-dwp/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 698e3346..a8f3068e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,9 +233,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.8" +version = "0.2.0-rc.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6165b8029cdc3e765b74d3548f85999ee799d5124877ce45c2c85ca78e4d4aa" +checksum = "0f4fc0003068acd7e9cb6659fd956dc4d671f102a06cc115990b9e7bb5745c25" dependencies = [ "getrandom", "hybrid-array", @@ -426,9 +426,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand_core" -version = "0.10.0-rc-3" +version = "0.10.0-rc-4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66ee92bc15280519ef199a274fe0cafff4245d31bc39aaa31c011ad56cb1f05" +checksum = "43bb1e3655c24705492d72208c9bacdefe07c30c14b8f7664c556a3e1953b72c" [[package]] name = "subtle" @@ -461,9 +461,9 @@ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "universal-hash" -version = "0.6.0-rc.4" +version = "0.6.0-rc.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0386f227888b17b65d3e38219a7d41185035471300855c285667811907bb1677" +checksum = "a3df3665e01e638c6c71b37fe5af2a7844b1534b22f70d60aa5c28a486b06690" dependencies = [ "crypto-common", "subtle", diff --git a/belt-dwp/Cargo.toml b/belt-dwp/Cargo.toml index 9cce549e..00c63264 100644 --- a/belt-dwp/Cargo.toml +++ b/belt-dwp/Cargo.toml @@ -17,7 +17,7 @@ belt-block = { version = "0.2.0-rc.2" } belt-ctr = { version = "0.2.0-rc.2" } opaque-debug = { version = "0.3" } subtle = { version = "2", default-features = false } -universal-hash = { version = "0.6.0-rc.3" } +universal-hash = { version = "0.6.0-rc.5" } zeroize = { version = "1.8", default-features = false, optional = true } [dev-dependencies]