Skip to content

Commit

Permalink
chore(deps): bump prost-build from 0.11.9 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.11.9 to 0.12.0.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.11.9...v0.12.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 and mlveggo committed Sep 5, 2023
1 parent b05185c commit d7da211
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ edition = "2018"
[dependencies]
anyhow = "1.0.75"
codegen = "0.2.0"
prost-build = "0.11.9"
prost-build = "0.12.0"
structopt = "0.3.26"
walkdir = "2.3.2"
tonic-build = {version = "0.9.2", default-features = false, features = ["prost", "transport"] }
prost-reflect-build = "0.11.0"
tonic-build = {version = "0.10.0", default-features = false, features = ["prost", "transport"] }
prost-reflect-build = "0.12.0"

[dev-dependencies]
tempfile = "3.8.0"

0 comments on commit d7da211

Please sign in to comment.