Skip to content

Commit

Permalink
Update prost-types requirement from 0.12.6 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-types](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.6...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 107a555 commit 2e4a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cloud-storage = { version = "0.11.1", features = [
async-trait = "0.1.80"
dyn-clone = "1.0.17"
prost = "0.12.6"
prost-types = "0.12.6"
prost-types = "0.13.0"
tonic = { version = "0.11.0", features = ["transport", "tls", "tls-roots"] }

[dev-dependencies]
Expand Down

0 comments on commit 2e4a993

Please sign in to comment.