From 8d57f6e8f1a3afe6b4f73aba79b1147977c091ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:00:31 +0000 Subject: [PATCH] build(deps): bump substreams from 0.5.20 to 0.5.22 Bumps [substreams](https://github.com/streamingfast/substreams-rs) from 0.5.20 to 0.5.22. - [Release notes](https://github.com/streamingfast/substreams-rs/releases) - [Changelog](https://github.com/streamingfast/substreams-rs/blob/develop/CHANGELOG.md) - [Commits](https://github.com/streamingfast/substreams-rs/compare/v0.5.20...v0.5.22) --- updated-dependencies: - dependency-name: substreams dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 422b5d15f7e..6d0b1bd9495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4814,9 +4814,9 @@ dependencies = [ [[package]] name = "substreams" -version = "0.5.20" +version = "0.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "392f77309a4e36d7839d0552a38557b53894200aba239f3d0725ec167ebf4297" +checksum = "92e47e531af83a3cbb78c627ee8232a0ac86604f11c89e34bd4b721ec41e03e5" dependencies = [ "anyhow", "bigdecimal 0.3.1", @@ -4853,9 +4853,9 @@ version = "0.35.0" [[package]] name = "substreams-macro" -version = "0.5.20" +version = "0.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccc7137347f05d26c7007dced97b4caef67a13b3d422789d969fe6e4cd8cc4a" +checksum = "a4ac77f08d723dace35739d65df8ed122f6d04e2a3e47929831d4021e3339240" dependencies = [ "proc-macro2", "quote",