Skip to content

Commit c8f35c0

Browse files
build(deps): update prost-types requirement from 0.12.0 to 0.13.1
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.13.1) --- updated-dependencies: - dependency-name: prost-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e6579b commit c8f35c0

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
@@ -23,7 +23,7 @@ itoa = "1.0"
2323
parking_lot = "0.12"
2424
prometheus-client-derive-encode = { version = "0.4.1", path = "derive-encode" }
2525
prost = { version = "0.12.0", optional = true }
26-
prost-types = { version = "0.12.0", optional = true }
26+
prost-types = { version = "0.13.1", optional = true }
2727

2828
[dev-dependencies]
2929
async-std = { version = "1", features = ["attributes"] }

0 commit comments

Comments
 (0)