From 25220e0bfebe53e8f022f49f47f64a1d127148ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:49:54 +0000 Subject: [PATCH] Bump hybrid-array from 0.4.8 to 0.4.10 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.4.8 to 0.4.10. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.8...v0.4.10) --- updated-dependencies: - dependency-name: hybrid-array dependency-version: 0.4.10 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 c8dc5f99..606805f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hybrid-array" -version = "0.4.8" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1" +checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" dependencies = [ "subtle", "typenum", diff --git a/Cargo.toml b/Cargo.toml index 9aba2c9d..9b8aeb70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ num-traits = { version = "0.2.19", default-features = false } # optional dependencies der = { version = "0.8", optional = true, default-features = false } -hybrid-array = { version = "0.4.8", optional = true } +hybrid-array = { version = "0.4.10", optional = true } getrandom = { version = "0.4", optional = true, features = ["sys_rng"] } rand_core = { version = "0.10", optional = true, default-features = false } rlp = { version = "0.6", optional = true, default-features = false }