Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent d1a35f1 commit 86a33b1
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 @@ -16,7 +16,7 @@ tls = ["tokio-rustls", "webpki-roots", "rustls-pki-types"]
tokio = { version = "1.0", features = ["rt", "net"] }
tokio-util = { version = "0.7", features = ["codec"] }
futures = "0.3.6"
prost = "0.12"
prost = "0.13"
derive_builder = "0.20"
getset = "0.1.1"
thiserror = "1"
Expand Down

0 comments on commit 86a33b1

Please sign in to comment.