From 39f7edf4b165626dcf8a7b9de8e8244dd4584275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:34:51 +0000 Subject: [PATCH] Bump sha2 from 0.9.9 to 0.10.8 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.9 to 0.10.8. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.9...sha2-v0.10.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 +++++++----------------------------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 384c41af..3c12f968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,15 +89,6 @@ dependencies = [ "wyz", ] -[[package]] -name = "block-buffer" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" -dependencies = [ - "generic-array", -] - [[package]] name = "block-buffer" version = "0.10.4" @@ -178,7 +169,7 @@ dependencies = [ "hex", "hkdf", "lru", - "sha2 0.10.8", + "sha2", "thiserror", ] @@ -189,7 +180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fb786114e5c748fe0af3ba1e95840fa1910b28f7300c05184506045aff60bb6" dependencies = [ "chia_streamable_macro", - "sha2 0.10.8", + "sha2", "thiserror", ] @@ -233,7 +224,7 @@ dependencies = [ "regex", "serde", "serde_json", - "sha2 0.9.9", + "sha2", "tempfile", "unicode-segmentation", "wasm-bindgen", @@ -255,7 +246,7 @@ dependencies = [ "num-integer", "num-traits", "p256", - "sha2 0.10.8", + "sha2", ] [[package]] @@ -342,7 +333,7 @@ version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ - "block-buffer 0.10.4", + "block-buffer", "const-oid", "crypto-common", "subtle", @@ -626,7 +617,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "once_cell", - "sha2 0.10.8", + "sha2", "signature", ] @@ -834,12 +825,6 @@ version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" -[[package]] -name = "opaque-debug" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" - [[package]] name = "p256" version = "0.13.2" @@ -849,7 +834,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "primeorder", - "sha2 0.10.8", + "sha2", ] [[package]] @@ -1205,19 +1190,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sha2" -version = "0.9.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug", -] - [[package]] name = "sha2" version = "0.10.8" diff --git a/Cargo.toml b/Cargo.toml index 69857171..0fca014a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ num = "0.4.0" indoc = "1.0" do-notation = "0.1.3" serde_json = "1.0" -sha2 = "0.9.5" +sha2 = "0.10.8" tempfile = "3.3.0" clvmr = { version = "0.8.0", features = ["pre-eval"] } binascii = "0.1.4"