Skip to content

Commit 3df70b6

Browse files
build(deps): update prost requirement from 0.11.0 to 0.12.3
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@prost-build-0.11.1...v0.12.3) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23c31bd commit 3df70b6

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
@@ -22,7 +22,7 @@ dtoa = "1.0"
2222
itoa = "1.0"
2323
parking_lot = "0.12"
2424
prometheus-client-derive-encode = { version = "0.4.1", path = "derive-encode" }
25-
prost = { version = "0.11.0", optional = true }
25+
prost = { version = "0.12.3", optional = true }
2626
prost-types = { version = "0.11.0", optional = true }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)