Skip to content

Commit 6ac751a

Browse files
Update protobuf requirement from 2.0 to 3.2
Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. - [Release notes](https://github.com/stepancheg/rust-protobuf/releases) - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](stepancheg/rust-protobuf@v2.0.0...v3.2.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d1f5be commit 6ac751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ smallvec = "1.7"
3636
inferno = { version = "0.11", default-features = false, features = ["nameattr"], optional = true }
3737
prost = { version = "0.11", optional = true }
3838
prost-derive = { version = "0.11", optional = true }
39-
protobuf = { version = "2.0", optional = true }
39+
protobuf = { version = "3.2", optional = true }
4040
criterion = {version = "0.4", optional = true}
4141

4242
[dependencies.symbolic-demangle]

0 commit comments

Comments
 (0)