diff --git a/Cargo.lock b/Cargo.lock index 5155b595c..2169d4673 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.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b700a69c9d992339e82b6cda619873ee17768be06e80ed5ef07c50c50d499ab" +checksum = "dcda354500b318c287a6b91c1cfbc42edd53d52d259a80783ceb5e3986fca2b2" dependencies = [ "typenum", "zeroize", diff --git a/sec1/Cargo.toml b/sec1/Cargo.toml index 79d1ccaee..4192b90a6 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.5", 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 }