Skip to content

Commit

Permalink
Update prost-derive requirement from 0.7 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-derive](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-derive
  dependency-type: direct:production
...

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

0 comments on commit bf826ae

Please sign in to comment.