From 88246dfa949a4fb38fd82739fdf927fcf2496d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:14:40 +0000 Subject: [PATCH] chore(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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ea1ca2..e6e5f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ legacy = ["dep:regex", "dep:serde_json", "dep:urlencoding"] serde = ["dep:serde", "url/serde"] [dependencies] -prost = "0.11" +prost = "0.12" url = "2" atty = "0.2" parking_lot = "0.12"