Skip to content

Commit

Permalink
Update prost requirement from 0.11 to 0.12
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)
- [Commits](tokio-rs/prost@prost-build-0.11.1...v0.11.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent e4db66a commit a3904fb
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 @@ -21,7 +21,7 @@ env_logger = "0.10"
futures = "0.3"
log = "^0.4"
paho-mqtt = "0.12"
prost = "0.11"
prost = "0.12"
prost-types = "0.11"
serde = "1.0.160"
serde_derive = "1.0.163"
Expand Down

0 comments on commit a3904fb

Please sign in to comment.