From 756573090d6858188148033cdeaa553170f10213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:04:00 +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 b77f03c..68d2413 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: meta: ^1.9.1 # Protocol Buffers - protobuf: ^4.0.0 + protobuf: ">=4.0.0 <6.0.0" # Web related libraries web: ^1.0.0