From 8598809228c109283095a47097738f67dde8dd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:17:19 +0000 Subject: [PATCH] build(deps): 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](https://github.com/tokio-rs/prost/compare/prost-build-0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e47ec035..4b8927a1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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"] }