Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Update protobuf requirement from = 2.16.2 to = 2.17.0
Browse files Browse the repository at this point in the history
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.16.2...v2.16.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Aug 13, 2020
1 parent beb52ad commit 20b1e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml"]

[dependencies]
bytes = "0.5"
protobuf = "= 2.16.2"
protobuf = "= 2.17.0"
byteorder = "1.3.4"
integer-encoding = "1.1.5"
log = "0.4.8"
Expand Down

0 comments on commit 20b1e6b

Please sign in to comment.