commit | 4a109f300593c9edcc23c7649da834cff427cbab | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Thu Jun 01 03:47:13 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 01 12:47:13 2023 +0200 |
tree | 9bce3e2b58d772a58349bc6083e7b18dd957a382 | |
parent | 8aee9515c2bdb8b6e5eb8960fe4baaabe9f9a263 [diff] |
Expand constraint for `http` (#3930)
diff --git a/pubspec.yaml b/pubspec.yaml index 7bc76e8..bb1a0bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,7 +1,7 @@ name: pub environment: - sdk: '^3.0.0-0' + sdk: ^3.0.0 dependencies: # Note: Pub's test infrastructure assumes that any dependencies used in tests @@ -14,7 +14,7 @@ convert: ^3.0.2 crypto: ^3.0.1 frontend_server_client: ^3.2.0 - http: ^0.13.3 + http: "^1.0.0" http_multi_server: ^3.0.1 http_parser: ^4.0.1 meta: ^1.3.0