From e8da6e1e24e6009381cf68d0d1533a040e41dd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:57:23 +0000 Subject: [PATCH] Update prost requirement from 0.11.9 to 0.12.0 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/v0.11.9...v0.11.9) --- 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 9f60fa30..d897f1da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ polylabel = "2.5" postgis = "0.9.0" postgres = "0.19" postgres-types = "0.2" -prost = "0.11.9" +prost = "0.12.0" # NOTICE: When updating prost-build, remove geozero/src/mvt/vector_tile.rs to force a rebuild prost-build = "0.11.9" scroll = "0.11"