Upgrade web_socket_channel dependency. (#6153)

Turns out the lowest version allowed here isn't compatible with
flutter_tools' usage of this package.
This commit is contained in:
Ian Hickson 2016-09-30 12:50:05 -07:00 committed by GitHub
parent 030b110f69
commit dd34b28f7d

View File

@ -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