From 93c8dadfecbab6615bf7d52caadef4be35a2dc08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:30:42 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.1.0 to 4.0.0 Bumps [protobuf](https://github.com/google/protobuf.dart) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v3.1.0...protobuf-v4.0.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f58c2c9..0d9646d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: grpc: ^4.0.1 http: ^1.2.1 meta: ^1.11.0 - protobuf: ^3.1.0 + protobuf: ^4.0.0 synchronized: ^3.3.0 uuid: ^4.3.2