Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 7a8c0fe362ab6f8a9f7388e5fd9ac3dd1bff7bf1..3a95d496b0630eacc1b784414fcd9a7966a8a8bf 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,5 +1,5 @@ |
name: web_socket_channel |
-version: 1.0.3 |
+version: 1.0.4 |
description: StreamChannel wrappers for WebSockets. |
author: Dart Team <misc@dartlang.org> |
homepage: https://github.com/dart-lang/web_socket_channel |
@@ -9,7 +9,7 @@ environment: |
dependencies: |
async: '^1.3.0' |
- crypto: '>=0.9.2 <2.0.0' |
+ crypto: '>=0.9.2 <3.0.0' |
stream_channel: '^1.2.0' |
dev_dependencies: |