From 2a6a36af239e6b6eef7480dc69e38112ddb2f35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 05:16:26 +0000 Subject: [PATCH] build(deps): update prost requirement from 0.12 to 0.13 (#450) * build(deps): update prost requirement from 0.12 to 0.13 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) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] * docs: update changelog * chore(actix-protobuf): prepare release 0.11.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede --- actix-protobuf/CHANGES.md | 3 +++ actix-protobuf/Cargo.toml | 6 +++--- actix-protobuf/README.md | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index a711f7466..c1bcb7901 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.11.0 + +- Updated `prost` dependency to `0.13`. - Minimum supported Rust version (MSRV) is now 1.75. ## 0.10.0 diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index b24eb6e71..adedf5f87 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.10.0" +version = "0.11.0" authors = [ "kingxsp ", "Yuki Okushi ", @@ -21,11 +21,11 @@ all-features = true actix-web = { version = "4", default-features = false } derive_more = "0.99.7" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } -prost = { version = "0.12", default-features = false } +prost = { version = "0.13", default-features = false } [dev-dependencies] actix-web = { version = "4", default-features = false, features = ["macros"] } -prost = { version = "0.12", default-features = false, features = ["prost-derive"] } +prost = { version = "0.13", default-features = false, features = ["prost-derive"] } [lints] workspace = true diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index a273130cf..1aab053ce 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -5,9 +5,9 @@ [![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf) -[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.10.0)](https://docs.rs/actix-protobuf/0.10.0) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.11.0)](https://docs.rs/actix-protobuf/0.11.0) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf) -[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.10.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.10.0) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.11.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.11.0)