From 94e4c858088e2e2de53949b4d51ebe0e78bb7cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 20:56:00 +0000 Subject: [PATCH] chore(deps): bump http from 0.13.6 to 1.0.0 in /examples/todos (#662) --- examples/todos/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todos/pubspec.yaml b/examples/todos/pubspec.yaml index e165e54de..387713c12 100644 --- a/examples/todos/pubspec.yaml +++ b/examples/todos/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: path: packages/todos_data_source dev_dependencies: - http: ^0.13.5 + http: ^1.0.0 mocktail: ^0.3.0 test: ^1.19.2 very_good_analysis: ^5.0.0