From 734d72f0eb98a4774a779039271a0c6bc7bd3dcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:02:14 +0000 Subject: [PATCH] Update dependency http to v1.3.0 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | dart | http | 1.2.2 | 1.3.0 | --- check_urls/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_urls/pubspec.yaml b/check_urls/pubspec.yaml index 7f34eef..78440e8 100644 --- a/check_urls/pubspec.yaml +++ b/check_urls/pubspec.yaml @@ -6,4 +6,4 @@ environment: sdk: '>=2.14.0 <3.0.0' dependencies: - http: 1.2.2 \ No newline at end of file + http: 1.3.0 \ No newline at end of file