From 24c4e41ebbb671fa0664c801b0f7aac784d3c74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:50:30 +0000 Subject: [PATCH] build(deps): bump substreams from 0.5.10 to 0.5.12 (#5041) Bumps [substreams](https://github.com/streamingfast/substreams-rs) from 0.5.10 to 0.5.12. - [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.10...v0.5.12) --- updated-dependencies: - dependency-name: substreams dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57d65457a7f..7437b98cc84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4284,15 +4284,16 @@ dependencies = [ [[package]] name = "substreams" -version = "0.5.10" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af972e374502cdfc9998132f5343848d1c58f27a295dc061a89804371f408a46" +checksum = "6e3524a4e2931ff6cd58783e62adbd7e44f461752eca0c423793cfb462351f24" dependencies = [ "anyhow", "bigdecimal 0.3.1", "hex", "hex-literal 0.3.4", "num-bigint 0.4.4", + "num-integer", "num-traits", "pad", "prost", @@ -4320,9 +4321,9 @@ version = "1.0.0" [[package]] name = "substreams-macro" -version = "0.5.10" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6521ccd011a4c3f52cd3c31fc7400733e4feba2094e0e0e6354adca25b2b3f37" +checksum = "63c2b15adf5b4d7a6d1a73c73df951a6b2df6fbb4f0b41304dc28c5550ce0ed0" dependencies = [ "proc-macro2", "quote",