From 653cf71e00a9dea3201e366292d19d6efbc0e2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:07:29 +0000 Subject: [PATCH 1/2] Bump hybrid-array from 0.2.0-rc.11 to 0.2.1 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.11 to 0.2.1. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.0-rc.11...v0.2.1) --- updated-dependencies: - dependency-name: hybrid-array 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 f043d6801..6c17f44bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,9 +299,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hybrid-array" -version = "0.2.0-rc.11" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a41e5b0754cae5aaf7915f1df1147ba8d316fc6e019cfcc00fbaba96d5e030" +checksum = "45a9a965bb102c1c891fb017c09a05c965186b1265a207640f323ddd009f9deb" dependencies = [ "typenum", ] diff --git a/Cargo.toml b/Cargo.toml index 9caf1377c..93d43d392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ subtle = { version = "2.6", default-features = false } # optional dependencies der = { version = "0.8.0-rc.1", optional = true, default-features = false } -hybrid-array = { version = "0.2.0-rc.11", optional = true } +hybrid-array = { version = "0.2.1", optional = true } num-traits = { version = "0.2.19", default-features = false } rand_core = { version = "0.6.4", optional = true } rlp = { version = "0.6", optional = true, default-features = false } From 5fbb0642e6e1c8cbeb79cb0dce70bfd833b66a36 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 21 Oct 2024 15:08:28 -0600 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93d43d392..2b3cdd403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ subtle = { version = "2.6", default-features = false } # optional dependencies der = { version = "0.8.0-rc.1", optional = true, default-features = false } -hybrid-array = { version = "0.2.1", optional = true } +hybrid-array = { version = "0.2", optional = true } num-traits = { version = "0.2.19", default-features = false } rand_core = { version = "0.6.4", optional = true } rlp = { version = "0.6", optional = true, default-features = false }