Skip to content

Commit

Permalink
build(deps): bump prost-build from 0.11.9 to 0.13.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.13.0.
- [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.11.9...v0.13.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 Jul 8, 2024
1 parent 5d91971 commit 99605e8
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 12 deletions.
85 changes: 74 additions & 11 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 proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prost = "^0.11"
serde = { version = "^1.0.203", features = ["derive"], optional = true }

[build-dependencies]
prost-build = "^0.11"
prost-build = "^0.13"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 99605e8

Please sign in to comment.