From 880904e6f52d8b6d87cfdd834d1ef1648c2d0199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:16:10 +0000 Subject: [PATCH] build(deps): update protobuf requirement from ^2.0 to ^3.5 Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG-before-3.md) - [Commits](https://github.com/stepancheg/rust-protobuf/compare/v2.0.0...v3.5.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a62b6296..21409c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ fnv = "^1.0" lazy_static = "^1.4" libc = { version = "^0.2", optional = true } parking_lot = "^0.12" -protobuf = { version = "^2.0", optional = true } +protobuf = { version = "^3.5", optional = true } memchr = "^2.3" reqwest = { version = "^0.12", features = ["blocking"], optional = true } thiserror = "^1.0"