From 4fba9702c98564d97aaf2d503cce7830695a9efd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:21:17 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.13 --- examples/substreams-powered-subgraph/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/substreams-powered-subgraph/Cargo.toml b/examples/substreams-powered-subgraph/Cargo.toml index 0467917af..06b048840 100644 --- a/examples/substreams-powered-subgraph/Cargo.toml +++ b/examples/substreams-powered-subgraph/Cargo.toml @@ -11,8 +11,8 @@ crate-type = ["cdylib"] substreams = "0.5" substreams-ethereum = "0.9" substreams-entity-change = "1.3" -prost = "0.11" -prost-types = "0.11" +prost = "0.13" +prost-types = "0.13" base64 = "0.13" [profile.release]