From 47b503fc389b5e2603f43bf8719c1494a4c784db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:10:48 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.2 to 0.10.5 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.5) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- chain/arweave/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 106ee5b9bb7..2311fa13185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,7 +1549,7 @@ dependencies = [ "prost", "prost-types", "serde", - "sha2 0.10.2", + "sha2 0.10.5", "tonic-build", ] @@ -2621,7 +2621,7 @@ dependencies = [ "core2", "digest 0.10.3", "multihash-derive", - "sha2 0.10.2", + "sha2 0.10.5", "sha3", "unsigned-varint", ] @@ -3830,9 +3830,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.2" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" +checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" dependencies = [ "cfg-if 1.0.0", "cpufeatures 0.2.2", diff --git a/chain/arweave/Cargo.toml b/chain/arweave/Cargo.toml index 2e929e7512b..5d94dd946dc 100644 --- a/chain/arweave/Cargo.toml +++ b/chain/arweave/Cargo.toml @@ -12,7 +12,7 @@ graph = { path = "../../graph" } prost = "0.10.1" prost-types = "0.10.1" serde = "1.0" -sha2 = "0.10.2" +sha2 = "0.10.5" graph-runtime-wasm = { path = "../../runtime/wasm" } graph-runtime-derive = { path = "../../runtime/derive" }