From dd34b28f7da754013656600596b4652f088ab501 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 30 Sep 2016 12:50:05 -0700 Subject: [PATCH] Upgrade web_socket_channel dependency. (#6153) Turns out the lowest version allowed here isn't compatible with flutter_tools' usage of this package. --- packages/flutter_tools/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index db17fb444fc..b2f5651792a 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: pub_semver: ^1.0.0 stack_trace: ^1.4.0 usage: ^2.2.1 - web_socket_channel: ^1.0.0 + web_socket_channel: ^1.0.4 xml: ^2.4.1 yaml: ^2.1.3