From 341945e3c20a2764bdf1de9576d9d0f0c8796c7d Mon Sep 17 00:00:00 2001 From: Daniel Cachapa Date: Mon, 19 Jun 2023 09:40:15 +0200 Subject: [PATCH] Update dependencies Fixes #101 --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index aaf97cb..4578b50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,9 +7,9 @@ environment: sdk: '>=2.18.0 <4.0.0' dependencies: - http: ^0.13.6 - grpc: ^3.1.0 - protobuf: ^2.1.0 + http: '>=0.13.0 <2.0.0' + grpc: ^3.2.1 + protobuf: ^3.0.0 fixnum: ^1.1.0 dev_dependencies: