Skip to content

Commit e85cd20

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

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.12.0", optional = true }
25+
prost = { version = "0.13.1", optional = true }
2626
prost-types = { version = "0.12.0", optional = true }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)