From 4fadd66fcad3629e7399991d00032ef6f2ac92e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:11:58 +0000 Subject: [PATCH] Bump grpc from 3.2.4 to 4.0.0 in /hello-grpc-dart Bumps [grpc](https://github.com/grpc/grpc-dart) from 3.2.4 to 4.0.0. - [Release notes](https://github.com/grpc/grpc-dart/releases) - [Changelog](https://github.com/grpc/grpc-dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/grpc/grpc-dart/compare/v3.2.4...v4.0.0) --- updated-dependencies: - dependency-name: grpc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hello-grpc-dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-grpc-dart/pubspec.yaml b/hello-grpc-dart/pubspec.yaml index c7e7b7b..a46f4e1 100644 --- a/hello-grpc-dart/pubspec.yaml +++ b/hello-grpc-dart/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: # https://pub.dev/packages/async async: ^2.2.0 # https://pub.dev/packages/grpc - grpc: ^3.2.3 + grpc: ^4.0.0 # https://pub.dev/packages/protobuf protobuf: ^3.1.0 # https://pub.dev/packages/collection