From a7db4d63e96005e5c9c0e9d05c16e1f26a533a34 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Sun, 3 Nov 2024 21:22:47 +0000 Subject: [PATCH] Raise the meta dependency min to v1.16.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0fdaad8b..de4b334c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: fixnum: '>=1.0.0 <2.0.0' http: '>=0.13.0 <2.0.0' logging: ^1.0.0 - meta: '>=1.6.0 <2.0.0' + meta: ^1.16.0 protobuf: '>=2.0.0 <4.0.0' quiver: '>=3.0.0 <4.0.0'