From d0c450f64c95cbb13e5e636dad41c80f0e4c7a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:32:41 +0000 Subject: [PATCH] build(deps): bump hybrid-array from 0.4.13 to 0.4.14 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.4.13 to 0.4.14. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.13...v0.4.14) --- updated-dependencies: - dependency-name: hybrid-array dependency-version: 0.4.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53590962..1314047c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,9 +698,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c" +checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b" dependencies = [ "ctutils", "subtle",