From 5167ead41054235589f3408f2fe8dc0205690449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:13:53 +0000 Subject: [PATCH] Bump protobuf from 3.6.0 to 3.7.1 Bumps [protobuf](https://github.com/stepancheg/rust-protobuf) from 3.6.0 to 3.7.1. - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](https://github.com/stepancheg/rust-protobuf/compare/v3.6.0...v3.7.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 837038d..1b500c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -695,9 +695,9 @@ dependencies = [ [[package]] name = "protobuf" -version = "3.6.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3018844a02746180074f621e847703737d27d89d7f0721a7a4da317f88b16385" +checksum = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72" dependencies = [ "once_cell", "protobuf-support", @@ -706,9 +706,9 @@ dependencies = [ [[package]] name = "protobuf-support" -version = "3.6.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf96d872914fcda2b66d66ea3fff2be7c66865d31c7bb2790cff32c0e714880" +checksum = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 721d338..068a47e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pyo3 = { version = "0.22.4", features = ["abi3-py310"] } arrow = { version = "53.1.0", features = ["pyarrow"] } arrow-array = { version = "53.1.0" } arrow-schema = { version = "53.1.0" } -protobuf = { version = "3.6.0" } +protobuf = { version = "3.7.1" } chrono = { version = "0.4.38" } [features]