diff --git a/Cargo.lock b/Cargo.lock index c8dc5f99..606805f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hybrid-array" -version = "0.4.8" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1" +checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" dependencies = [ "subtle", "typenum", diff --git a/Cargo.toml b/Cargo.toml index 9aba2c9d..9b8aeb70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ num-traits = { version = "0.2.19", default-features = false } # optional dependencies der = { version = "0.8", optional = true, default-features = false } -hybrid-array = { version = "0.4.8", optional = true } +hybrid-array = { version = "0.4.10", optional = true } getrandom = { version = "0.4", optional = true, features = ["sys_rng"] } rand_core = { version = "0.10", optional = true, default-features = false } rlp = { version = "0.6", optional = true, default-features = false }