Update 'meta' constraint to '>=1.3.0 <3.0.0'.
diff --git a/pkgs/io/CHANGELOG.md b/pkgs/io/CHANGELOG.md
index 38c0314..662a062 100644
--- a/pkgs/io/CHANGELOG.md
+++ b/pkgs/io/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.2
+
+* - Update `meta` constraint to `>=1.3.0 <3.0.0`.
+
 ## 1.0.1
 
 * Update code examples to call the unified `dart` developer tool.
diff --git a/pkgs/io/pubspec.yaml b/pkgs/io/pubspec.yaml
index 57e077b..d293025 100644
--- a/pkgs/io/pubspec.yaml
+++ b/pkgs/io/pubspec.yaml
@@ -2,14 +2,14 @@
 description: >-
   Utilities for the Dart VM Runtime including support for ANSI colors,
   file copying, and standard exit code values.
-version: 1.0.1
+version: 1.0.2
 repository: https://github.com/dart-lang/io
 
 environment:
   sdk: ">=2.12.0 <3.0.0"
 
 dependencies:
-  meta: ^1.3.0
+  meta: '>=1.3.0 <3.0.0'
   path: ^1.8.0
   string_scanner: ^1.1.0