Skip to content

Commit

Permalink
Update prost requirement from 0.11 to 0.12 (#333)
Browse files Browse the repository at this point in the history
* Update prost requirement from 0.11 to 0.12

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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
  • Loading branch information
dependabot[bot] and robjtede authored Sep 16, 2023
1 parent 0d27e3a commit c029287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions actix-protobuf/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Updated `prost` dependency to `0.12`.
- Minimum supported Rust version (MSRV) is now 1.68.

## 0.9.0
Expand Down
4 changes: 2 additions & 2 deletions actix-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ all-features = true
actix-web = { version = "4", default-features = false }
derive_more = "0.99.7"
futures-util = { version = "0.3.7", default-features = false }
prost = { version = "0.11", default-features = false }
prost = { version = "0.12", default-features = false }

[dev-dependencies]
actix-web = { version = "4", default-features = false, features = ["macros"] }
prost = { version = "0.11", default-features = false, features = ["prost-derive"] }
prost = { version = "0.12", default-features = false, features = ["prost-derive"] }

0 comments on commit c029287

Please sign in to comment.