diff --git a/Cargo.lock b/Cargo.lock index a9373215e..e28468309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1580,7 +1580,7 @@ dependencies = [ "contract-metadata", "crossterm", "duct", - "generic-array 0.14.7", + "generic-array 1.3.5", "heck", "hex", "impl-serde", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 0168f59b3..d4c141c0f 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -54,7 +54,7 @@ sha3 = "0.10.8" # Hotfix for https://github.com/fizyk20/generic-array/issues/158. # Can be removed once there is a new release of https://github.com/RustCrypto, # from which we use some hashing crates (`sha3`, `sha2`, etc.). -generic-array = "=0.14.7" +generic-array = "=1.3.5" [target.'cfg(unix)'.dependencies] uzers = "0.12"