Skip to content

Commit 153d4d8

Browse files
build(deps): update prost-types requirement from 0.12 to 0.13
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) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.12.0...v0.12.6) --- updated-dependencies: - dependency-name: prost-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 765111e commit 153d4d8

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 @@ os_pipe = "1.1"
3636
prctl = "1.0.0"
3737
prost = "0.12"
3838
prost-build = "0.12"
39-
prost-types = "0.12"
39+
prost-types = "0.13"
4040
serde = { version = "1.0", features = ["derive"] }
4141
serde_json = "1.0"
4242
simple_logger = { version = "5.0", default-features = false }

0 commit comments

Comments
 (0)