Skip to content

Commit f886033

Browse files
chore(deps): bump prost-types from 0.6.1 to 0.7.0
Bumps [prost-types](https://github.com/danburkert/prost) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/danburkert/prost/releases) - [Commits](danburkert/prost@v0.6.1...v0.7.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4ff6fa commit f886033

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ serde_yaml = "0.8.13"
122122

123123
# Prost
124124
prost = "0.6.1"
125-
prost-types = "0.6.1"
125+
prost-types = "0.7.0"
126126

127127
# GCP
128128
goauth = { version = "0.8.1", optional = true }

lib/prometheus-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ indexmap = "1.6.1"
1313
nom = "6.0.1"
1414
num_enum = "0.5.1"
1515
prost = "0.6.1"
16-
prost-types = "0.6.1"
16+
prost-types = "0.7.0"
1717
snafu = { version = "0.6" }
1818

1919
[build-dependencies]

0 commit comments

Comments
 (0)