Skip to content

Commit

Permalink
build(deps): 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.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Sep 19, 2023
1 parent 99a1c49 commit a6abe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ criterion = { version = "0.5", features = ["async_std", "html_reports"] }
actix-web = { version = "4.2", default-features = false, features = ["macros"] }
uuid = "1.1"
email-address-parser = "2.0"
prost = "0.11"
prost = "0.12"

asserhttp = { version = "0.6", features = ["surf", "isahc", "reqwest", "actix", "tonic"] }

Expand Down

0 comments on commit a6abe10

Please sign in to comment.