Skip to content

Commit

Permalink
Update prost requirement from 0.7 to 0.11
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@v0.7.0...v0.11.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 9, 2023
1 parent d5ea50d commit c15af08
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 @@ -28,7 +28,7 @@ serde_derive = "1.0"
csv = "1"
hyperdual = "1.1.0"
bytes = "1.0"
prost = "0.7"
prost = "0.11"
prost-derive = "0.7"
rand = "0.8"
rand_distr = "0.4"
Expand Down

0 comments on commit c15af08

Please sign in to comment.