From 83548e21ed19e37dcb86de2f74ee0dfbe098d307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:06:12 +0000 Subject: [PATCH] Bump protobuf from 4.2.0 to 5.0.0 Bumps [protobuf](https://github.com/google/protobuf.dart) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](https://github.com/google/protobuf.dart/compare/protobuf-v4.2.0...protobuf-v5.0.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.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 fad30232..7b65b6cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: meta: ^1.17.0 http: ^1.4.0 http2: ^2.3.1 - protobuf: ^4.1.0 + protobuf: ">=4.1.0 <6.0.0" clock: ^1.1.2 web: ^1.1.1