From 068858386b297a3903842cc867d411f9f8da2d1c Mon Sep 17 00:00:00 2001 From: futabooo Date: Sun, 25 Aug 2024 01:29:18 +0900 Subject: [PATCH] update http package --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a897aaf..5f09839 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=3.3.0 <4.0.0" dependencies: - http: ^0.13.3 + http: ^1.2.2 dev_dependencies: pedantic: ^1.10.0