From 050359639c0b8a0b2cb22e1324d3fe11bf8b9b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:23:22 +0000 Subject: [PATCH 1/2] 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.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 198b24c3..1bc7885b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tower = "0.4" tonic = "0.9.2" tonic-build = "0.9.2" -prost = "0.11" +prost = "0.12" prost-types = "0.11" async-trait = "0.1.52" From 5b09ce912bd7344f29cc88654db50832aa7c3b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:51:32 +0000 Subject: [PATCH 2/2] build(deps): update tonic-build requirement from 0.9.2 to 0.10.0 Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.2...v0.9.2) --- updated-dependencies: - dependency-name: tonic-build 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 1bc7885b..05f21ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = "1.26" tower = "0.4" tonic = "0.9.2" -tonic-build = "0.9.2" +tonic-build = "0.10.0" prost = "0.12" prost-types = "0.11"