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)