From a74d578a4e3c1506cc5ad9258487bdb54c9456e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:23:09 +0000 Subject: [PATCH] chore(deps): bump hybrid-array from 0.2.0-rc.1 to 0.2.0-rc.4 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.1 to 0.2.0-rc.4. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.2.0-rc.1...v0.2.0-rc.4) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sec1/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6d2e2e8a..6dd7020e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,9 +836,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.2.0-rc.1" +version = "0.2.0-rc.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b700a69c9d992339e82b6cda619873ee17768be06e80ed5ef07c50c50d499ab" +checksum = "18e63b66aee2df5599ba69b17a48113dfc68d2e143ea387ef836509e433bbd7e" dependencies = [ "typenum", "zeroize", diff --git a/sec1/Cargo.toml b/sec1/Cargo.toml index 79d1ccaee..ac7a12339 100644 --- a/sec1/Cargo.toml +++ b/sec1/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.71" [dependencies] base16ct = { version = "0.2", optional = true, default-features = false } der = { version = "=0.8.0-pre.0", optional = true, features = ["oid"] } -hybrid-array = { version = "0.2.0-rc.0", optional = true, default-features = false } +hybrid-array = { version = "0.2.0-rc.4", optional = true, default-features = false } pkcs8 = { version = "=0.11.0-pre.0", optional = true, default-features = false } serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] } subtle = { version = "2", optional = true, default-features = false }