Skip to content

Commit

Permalink
Update prost-build requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-build](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.3)

---
updated-dependencies:
- dependency-name: prost-build
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 9116b2d commit 0ebcfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics-exporter-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mio = { version = "1.0", default-features = false, features = ["os-poll", "net"]
tracing = { version = "0.1", default-features = false, features = ["attributes"] }

[build-dependencies]
prost-build = "0.12"
prost-build = "0.13"
home = "0.5.9"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ ratatui = { version = "0.28.0", default-features = false, features = ["crossterm
chrono = { version = "0.4", default-features = false, features = ["clock"] }

[build-dependencies]
prost-build = "0.12"
prost-build = "0.13"
home = "0.5.9"

0 comments on commit 0ebcfb9

Please sign in to comment.