Skip to content

Commit be197b2

Browse files
Bump protobuf from 2.28.0 to 3.7.1
Bumps [protobuf](https://github.com/stepancheg/rust-protobuf) from 2.28.0 to 3.7.1. - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG-before-3.md) - [Commits](stepancheg/rust-protobuf@v2.28.0...v3.7.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fa575e commit be197b2

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Cargo.lock

+23-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.12", optional = true }
3939
prost-derive = { version = "0.12", optional = true }
40-
protobuf = { version = "2.0", optional = true }
40+
protobuf = { version = "3.7", optional = true }
4141
criterion = {version = "0.5", optional = true}
4242
aligned-vec = "0.6"
4343

0 commit comments

Comments
 (0)