From 4a14673e370acc979cf1ee3050e729d0439c4ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:53:15 +0000 Subject: [PATCH] chore(deps): bump hybrid-array from 0.2.0-rc.1 to 0.2.0-rc.3 Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.1 to 0.2.0-rc.3. - [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.3) --- 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..3f9615d79 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.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b700a69c9d992339e82b6cda619873ee17768be06e80ed5ef07c50c50d499ab" +checksum = "d8856b3db5eb76328f03589feb25c7a3166bfa0ae3b38b1408d546b097fa7947" dependencies = [ "typenum", "zeroize", diff --git a/sec1/Cargo.toml b/sec1/Cargo.toml index 79d1ccaee..7f205df9f 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.3", 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 }