Skip to content

Commit

Permalink
Update protox requirement from 0.3.1 to 0.4.0 (#46)
Browse files Browse the repository at this point in the history
Updates the requirements on [protox](https://github.com/andrewhickman/protox) to permit the latest version.
- [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/protox@0.3.1...0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 23467fc commit 0393586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ once_cell = "1.13.0"
proptest = "1.0.0"
prost-build = "0.11.0"
prost-reflect-build = { path = "../prost-reflect-build" }
protox = "0.3.1"
protox = "0.4.0"
serde_json = "1.0.82"
serde_yaml = "0.9.16"
similar-asserts = { version = "1.4.2", features = ["serde"] }
Expand Down

0 comments on commit 0393586

Please sign in to comment.