From 1a131ecb98cfbaebaca6988d1c1bb58d47bab8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 22:32:25 +0000 Subject: [PATCH] build(deps): bump protobuf-parse from 3.7.1 to 3.7.2 Bumps [protobuf-parse](https://github.com/stepancheg/rust-protobuf) from 3.7.1 to 3.7.2. - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](https://github.com/stepancheg/rust-protobuf/compare/v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: protobuf-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- chain/common/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7ea378f9e3..2adadf5d89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1916,7 +1916,7 @@ version = "0.36.0" dependencies = [ "anyhow", "heck 0.5.0", - "protobuf 3.7.1", + "protobuf 3.7.2", "protobuf-parse", ] @@ -3922,9 +3922,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "protobuf" -version = "3.7.1" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72" +checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" dependencies = [ "once_cell", "protobuf-support", @@ -3933,14 +3933,14 @@ dependencies = [ [[package]] name = "protobuf-parse" -version = "3.7.1" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322330e133eab455718444b4e033ebfac7c6528972c784fcde28d2cc783c6257" +checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973" dependencies = [ "anyhow", "indexmap 2.2.6", "log", - "protobuf 3.7.1", + "protobuf 3.7.2", "protobuf-support", "tempfile", "thiserror 1.0.61", @@ -3949,9 +3949,9 @@ dependencies = [ [[package]] name = "protobuf-support" -version = "3.7.1" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252" +checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" dependencies = [ "thiserror 1.0.61", ] diff --git a/chain/common/Cargo.toml b/chain/common/Cargo.toml index 6c1cfd9dc03..eef11ed85a3 100644 --- a/chain/common/Cargo.toml +++ b/chain/common/Cargo.toml @@ -7,6 +7,6 @@ edition.workspace = true [dependencies] protobuf = "3.0.2" -protobuf-parse = "3.7.1" +protobuf-parse = "3.7.2" anyhow = "1" heck = "0.5"