diff --git a/pubspec.lock b/pubspec.lock index 069372c..f35d07a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -21,7 +21,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" protobuf: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index f750506..3e6cee6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,4 +6,4 @@ dependencies: retry: ^2.0.0 # Can update with updated constraint, no further constraints. protobuf: 1.1.4 # Can update with updated constraint, only together with fixnum. fixnum: 0.10.11 - path: 1.8.1 # Already at latest + path: ^1.8.2 # Already at latest