Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: prost-types
  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 3458427
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 @@ -22,7 +22,7 @@ futures = "0.3"
log = "^0.4"
paho-mqtt = "0.12"
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
serde = "1.0.160"
serde_derive = "1.0.163"
serde_json = "^1.0"
Expand Down

0 comments on commit 3458427

Please sign in to comment.