Skip to content

Commit bd36de0

Browse files
dependabot[bot]mxpv
authored andcommitted
build(deps): update protobuf requirement from =3.1 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](stepancheg/rust-protobuf@v3.1.0...v3.5.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a9ceb3 commit bd36de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ required-features = ["async"]
4949

5050
[dependencies]
5151
async-trait = { workspace = true, optional = true }
52-
protobuf = "=3.1"
52+
protobuf = "=3.5"
5353
ttrpc = "0.8"
5454

5555
[build-dependencies]

0 commit comments

Comments
 (0)