diff --git a/Cargo.lock b/Cargo.lock index ff943558..52357db1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index f7b46653..806c04f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ subtle = { version = "2.5", default-features = false } # optional dependencies der = { version = "0.7", optional = true, default-features = false } -hybrid-array = { version = "0.2.0-rc.1", optional = true } +hybrid-array = { version = "0.2.0-rc.3", optional = true } num-traits = { version = "0.2", default-features = false } rand_core = { version = "0.6.4", optional = true } rlp = { version = "0.5", optional = true, default-features = false }