diff --git a/Cargo.lock b/Cargo.lock index bd15cb0f8..b4291511d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2928,7 +2928,7 @@ dependencies = [ [[package]] name = "sha2raw" -version = "14.0.0" +version = "14.0.1" dependencies = [ "byteorder", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 0f4402b1a..ad7c8d21b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, ve filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" } filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" } fr32 = { path = "fr32", default-features = false, version = "~12.0.0" } -sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" } +sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.1" } storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.0" } storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.0" } storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" } diff --git a/sha2raw/Cargo.toml b/sha2raw/Cargo.toml index 55b860f7e..e830b347e 100644 --- a/sha2raw/Cargo.toml +++ b/sha2raw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha2raw" -version = "14.0.0" +version = "14.0.1" authors = ["RustCrypto Developers", "Friedel Ziegelmayer "] license = "MIT OR Apache-2.0" description = "SHA-2 hash function"