[various] Add http 1.0 compatibility (#4147)

The `http` package was updated to 1.0. There are no change that affect our usage (it just adds new class restrictions), so this extends all dependencies to include both 0.13.x and 1.x.

All changes here are tool-applied (`update-dependencies` and `update-release-info`) except for the script/tools/ pubspec update, so are identical in all packages.

Fixes https://github.com/flutter/flutter/issues/127926
This commit is contained in:
stuartmorgan
2023-06-07 17:07:10 -04:00
committed by GitHub
parent f1e628c07c
commit e37dd83c91
19 changed files with 37 additions and 22 deletions

View File

@ -11,7 +11,7 @@ dependencies:
file: ^6.1.0
# Pin git to 2.0.x until dart >=2.18 is legacy
git: '>=2.0.0 <2.1.0'
http: ^0.13.3
http: '>=0.13.3 <2.0.0'
http_multi_server: ^3.0.1
meta: ^1.3.0
path: ^1.8.0