From a6e73191586b5863c4d563124e49d233dfd1879f Mon Sep 17 00:00:00 2001 From: Desislava Stefanova <95419820+desistefanova@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:28:20 +0300 Subject: [PATCH] Bump `http` package version ^1.0.0 (#1329) `http` package version is bumped to ^1.0.0 Fixes: #1326 --- flutter/realm_flutter/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/realm_flutter/pubspec.yaml b/flutter/realm_flutter/pubspec.yaml index 0054ec9ac..046ac3545 100644 --- a/flutter/realm_flutter/pubspec.yaml +++ b/flutter/realm_flutter/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: path: ../../generator tar: ^0.5.4 build_runner: ^2.1.0 - http: ^0.13.4 + http: ^1.0.0 cancellation_token: ^1.5.0 dev_dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 881a7a8b4..d0e26ccf0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: path: ./generator tar: ^0.5.4 build_runner: ^2.1.0 - http: ^0.13.4 + http: ^1.0.0 cancellation_token: ^1.5.0 dev_dependencies: