Skip to content

Commit

Permalink
chore(deps): bump prost-build from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: prost-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2021
1 parent eaf548a commit 9dbd2eb
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 27 deletions.
117 changes: 93 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ atty = "0.2.14"
nix = "0.22.2"

[build-dependencies]
prost-build = { version = "0.8", optional = true }
prost-build = { version = "0.9", optional = true }
tonic-build = { version = "0.5", default-features = false, features = ["transport", "prost"], optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/prometheus-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ shared = { path = "../shared", features = ["btreemap"] }
snafu = { version = "0.6" }

[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ twox-hash = { version = "1.6.1", default-features = false }
vrl-core = { package = "vrl", path = "../vrl/core", optional = true }

[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

[dev-dependencies]
criterion = { version = "0.3.5", features = ["html_reports"] }
Expand Down

0 comments on commit 9dbd2eb

Please sign in to comment.