| Index: packages/crypto/pubspec.yaml
 | 
| diff --git a/packages/crypto/pubspec.yaml b/packages/crypto/pubspec.yaml
 | 
| index a0e13437304fee622c7b6e08487e4dd82f69d3b0..3cb1170443dc286681c5b0c604d751fdd3c9dc8d 100644
 | 
| --- a/packages/crypto/pubspec.yaml
 | 
| +++ b/packages/crypto/pubspec.yaml
 | 
| @@ -1,10 +1,10 @@
 | 
|  name: crypto
 | 
| -version: 2.0.2
 | 
| +version: 2.0.2+1
 | 
|  author: Dart Team <misc@dartlang.org>
 | 
|  description: Library of cryptographic functions.
 | 
|  homepage: https://www.github.com/dart-lang/crypto
 | 
|  environment:
 | 
| -  sdk: '>=1.16.0 <2.0.0-dev.infinity'
 | 
| +  sdk: '>=1.16.0 <2.0.0'
 | 
|  dependencies:
 | 
|    collection: '^1.0.0'
 | 
|    convert: '>=1.0.0 <3.0.0'
 | 
| 
 |