Skip to content

Commit 0f2b527

Browse files
Update prost requirement from 0.11.9 to 0.12.1
Updates the requirements on [prost](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.11.9...v0.12.1) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 670e75f commit 0f2b527

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
@@ -27,7 +27,7 @@ http = "0.2.6"
2727
h2 = "0.3"
2828
log = "0.4.16"
2929
once_cell = "1.10.0"
30-
prost = "0.11.9"
30+
prost = "0.12.1"
3131
simple_logger = "4.1.0"
3232
tokio = { version = "1.28.1", features = ["macros", "rt", "signal"] }
3333
tokio-util = "0.7.8"

0 commit comments

Comments
 (0)