diff --git a/pkgs/corpus/pubspec.yaml b/pkgs/corpus/pubspec.yaml index a9c33929..1a3668ad 100644 --- a/pkgs/corpus/pubspec.yaml +++ b/pkgs/corpus/pubspec.yaml @@ -7,11 +7,11 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: ^5.0.0 + analyzer: ^6.0.0 args: ^2.0.0 - cli_util: ^0.3.0 + cli_util: ^0.4.0 collection: ^1.16.0 - http: ^0.13.2 + http: ^1.0.0 path: ^1.8.0 pub_semver: ^2.0.0 yaml: ^3.0.0 diff --git a/pkgs/firehose/CHANGELOG.md b/pkgs/firehose/CHANGELOG.md index e5ef22db..147c4e4f 100644 --- a/pkgs/firehose/CHANGELOG.md +++ b/pkgs/firehose/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.4.1-wip - Ensure that packages are listed in lexical order. +- Require the latest `package:http`. ## 0.4.0 diff --git a/pkgs/firehose/pubspec.yaml b/pkgs/firehose/pubspec.yaml index 0ea30a4d..0479b3b6 100644 --- a/pkgs/firehose/pubspec.yaml +++ b/pkgs/firehose/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: args: ^2.3.0 collection: ^1.17.2 github: ^9.20.0 - http: ^0.13.0 + http: ^1.0.0 path: ^1.8.0 pub_semver: ^2.1.0 pubspec_parse: ^1.2.3