Skip to content

Commit e499709

Browse files
Update prost-types requirement from 0.8 to 0.11 (#74)
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: prost-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a7d361 commit e499709

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
@@ -33,7 +33,7 @@ prost = ["prost-types"]
3333

3434
[dependencies]
3535
once_cell = "1.4"
36-
prost-types = { version = "0.8", optional = true }
36+
prost-types = { version = "0.11", optional = true }
3737
crossbeam-utils = "0.8.5"
3838

3939
[target.'cfg(target_arch = "x86")'.dependencies]

0 commit comments

Comments
 (0)