Skip to content

Commit 0f1af39

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 ed75af8 commit 0f1af39

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
@@ -37,7 +37,7 @@ smallvec = "1.7"
3737
inferno = { version = "0.11", default-features = false, features = ["nameattr"], optional = true }
3838
prost = { version = "0.11", optional = true }
3939
prost-derive = { version = "0.11", optional = true }
40-
protobuf = { version = "2.0", optional = true }
40+
protobuf = { version = "3.2", optional = true }
4141
criterion = {version = "0.4", optional = true}
4242

4343
[dependencies.symbolic-demangle]

0 commit comments

Comments
 (0)